<STYLE TYPE="text/css">

    A:link,
    A:active,     
    A:visited       { color : red; text-decoration : none }
    A:hover         { text-decoration : underline }

    TD A:link,
    TD A:active,     
    TD A:visited       { color : red; text-decoration : none }
    TD A:hover         { text-decoration : underline }

</STYLE>