
a:active
{
  font-family: Times New Roman;
  color: #FF0000;
  font-weight: bold
}

a:link
{
  font-family: Times New Roman;
  color: #00FF00;
  font-weight: bold
}

a:visited
{
  font-family: Times New Roman;
  color: #008000;
  font-weight: bold
}

a:hover
{
  font-family: Times New Roman;
  color: #FF0000;
  font-weight: bold

}

body
{
  font-family: Times New Roman;
  color: #FFFFFF
}