Place this piece of code between the <head></head> tags of your page and make sure to replace the colors to whatever you want:
<style type="text/
css">
a{color: grey;}
a:hover {color: red;}
a:visited { color: black;}
</style>
Hope it helps...
Cheers,
Bruno Aun