<HTML>


/* Don't underline links, and make all links black.
   Make links flash yellow when activated.
*/
a  {text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #FFFF00;}



</HTML>