Forum Moderators: open
I think it's something with mousover or something like that.(total javascript noob here :))
As long as "text-decoration:none" is on the first pseudoclass, it will "cascade" to the other pseudoclasses.
<style type="text/css">
a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#EBF986; }
a:hover { color:#0066ff; }
</style>
EDIT: worked like a charm. Thanks again, you guys rock! :D