body {
  background-color: #F0F8FF;
  color: #0A0BE2;
  font-family: tahoma, serif;
}

h1 {
  font-size: 200%;
  font-style: italic;
  padding-left: 50px;
  background-color: transparent;
  color: red;
  border-bottom: solid 5px #0A0BE2;
}

h2 {
  font-size: 150%;
  font-style: italic;
  background-color: transparent;
  color: red;
  border-bottom: dotted 2px #0A0BE2;
}

#footer {
  font-size: 75%;
  border-top: solid 5px #0A0BE2;
}

a {
  background-color: transparent;
  color: red
}
