<style>
TD { font-family: Century Gothic; font-size : 12pt; font-style : normal ; text-decoration : none; }
A
{
color : blue
}
A:active
{
color : blue; text-decoration : underline
}
A:visited
{
text-decoration : none;color:red
}
A:link
{
text-decoration : none; color:blue
}
A:hover
{
color:red;  text-decoration:underline; 
}
</style>

