<!--

a:link
{
  color: #0099FF;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

a:visited
{
  color: #0099FF;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

a:hover
{
  color: #0099FF;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

a:active
{
  color: #0099FF;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

body
{
  background-color: #FFFFFF;
  color: #000080;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

-->