I have this code in my header
quote:
a.coolLink { color: blue; text-decoration:none; }
a.coolLink:hover { text-decoration:underline; }
a:visited { text-decoration: none; color: #660033;}
a:link { text-decoration: none; color: #660033;}
a:hover { text-decoration: underline; color: #D50019; }
a:active { text-decoration: none; }
and then I have some links that are like