<STYLE TYPE="text/css">
a.nav:link { color: blue; text-decoration: underline }
a.nav:active { color: red; text-decoration: underline }
a.nav:visited { color: purple; text-decoration: underline; font-family:ariel,sans-serif } 
a.nav:hover { color: black; background: FFFFCC; text-decoration: underline }               

a.link:link { color: blue; text-decoration: none }
a.link:active { color: red; text-decoration: none }
a.link:visited { color: purple; text-decoration: none }
a.link:hover { color: green; text-decoration: underline }

</STYLE>

