BODY
{
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial, sans-serif
}
A:link
{
    COLOR: blue;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: purple;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: none
}
SPAN.hoverit {
 font-family:Verdana,Arial,sans-serif;
 font-size:10pt;}
 
SPAN.hoverit A:visited {
   color : white; 
   text-decoration : none; 
}

SPAN.hoverit A:link {
   color : white; 
   text-decoration : none; 
}

SPAN.hoverit A:hover {
 color : red;
 text-decoration : none;
}
