body 
{
  background:#008800;
  font-family:tahoma, arial, times;
}

a:link {color: #ffffff; text-decoration:none}     /* unvisited link */
a:visited {color: #ffffff; text-decoration:none}  /* visited link */
a:hover {color: #ffff00; text-decoration:underline}   /* mouse over link */
a:active {color: #ffffff; text-decoration:none}   /* selected link */ 

p
{
  font-size:12;
}

td
{
  font-size:12;
}

p.copyright
{
  font-size:9;
}


a:link.copyright {color: #000000; text-decoration:none}     /* unvisited link */
a:visited.copyright {color: #000000; text-decoration:none}  /* visited link */
a:hover.copyright {color: #ffff00; text-decoration:none}   /* mouse over link */
a:active.copyright {color: #000000; text-decoration:none}   /* selected link */ 