[code:1:36f0442dd5]a:visited {color: #00357D;} a:hover {color: #000000; text-decoration:underline;}}[/code:1:36f0442dd5]
The code above has 2 opening curly brackets, but 3 closing ones.
I think that it would be more like this, if it's possibly:
[code:1:36f0442dd5]
a:visited a:hover {
color: #ff9900;
}
[/code:1:36f0442dd5]
I want to try out your way and this one, but I'm too tired.