Först och främst förstår jag inte varför du postade det inlägget här men du ska få svar på din fråga.
Sv: Hover och visited?
Svara
<code>
A { text-decoration: none; color:"#AA6966"; }
A:Link { text-decoration: none; color:"#AA6966"; }
A:Visited { text-decoration: none; color:"#AA6966"; }
A:Active { text-decoration: none; color:"#AA6966"; }
A:Hover { text-decoration: none; color:"#EF4949"; }
</code>
/Hjorten