body
{
  font-family: Verdana;
  color: White;
  background-color: #1F3A80;
  font-size: xx-small
}

a:link
{
  color: #99CCFF;
  text-decoration: none
}

a:visited
{
  color: #99CCFF;
  text-decoration: none
}

a:active
{
  color: Red;
  text-decoration: none
}

a:hover
{
  color: Red;
  text-decoration: underline
}