<HTML>
<BODY>
<PRE>A:link, A:visited, A:hover, A:active {text-decoration : none}
A:link {color : 00ff00}
A:visited {color : ff0000} 
A:hover {color : rgb(255,0,255)}
A:active {color : rgb(255,0,0)}
</PRE>
</BODY></HTML>
