Forum Moderators: not2easy
a:link {color: blue; }
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: green;}
Just make sure that they are in that order (link, visited, hover, active), otherwise it may not work as expected.
Also, you can add a background color to make the highlighting more dramatic.