a:active     { color: #FF0000; font-weight:bold }
a:link { text-decoration: none; color: #0000FF }
a:visited { text-decoration: none; color: #660066 }
a:hover { color: #FF0000; font-weight:bold }



a:active.mylink { color: #FF0000; font-weight:bold }
a:link.mylink { text-decoration: none; color: #0000FF }
a:visited.mylink { text-decoration: none; color: #660066 }
a:hover.mylink { color: #FF0000; font-weight:bold }
a.mylink { TEXT-DECORATION: none;}