BODY {
  background: #B3E2FE;
}

H1 {
  color: red;
  text-align: center;
}

H2 {
  color: navy;
}

P {
  font-size: small;
}

A:link {
  color: #FF0033;
  text-decoration: none;
}

a:visited {
  font-size: 1 em;
  font-weight: bold;
  color: #0099FF;
}

a:hover {
  color: #006600;
}

#footer {
  text-align: center;
  font-size: .8em;
  color: red;
}

ul {

text-align: left;
}

