BODY {
  background: #800000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FE219E;
  margin: 0px;
}

A {
  color: #000070;
  text-decoration: none;
}

A:hover {
  color: #46689C;
  text-decoration: underline;
}

H1 {
  font-size: 24px;
  text-decoration: bold;
}

td, div  {
  font-size: 12px;
}

hr {
  color: #000070;
  width: 95%;
}