You might as well specify all colours, not just the hover colour. And if you want different effects for eg menu bar or internal links or whatever then you can use:
<style type="text/css">
<!--
a:link.color1 {color: ??; text-decoration: none; }
a:active.color1 {color: ; text-decoration: none; }
a:visited.color1 {color: ; text-decoration: none; }
a:hover.color1 {color: ; text-decoration: none; }
a:link.color2 {color: ; text-decoration: none; }
a:active.color2 {color: ; text-decoration: none; }
a:visited.color2 {color: ; text-decoration: none; }
a:hover.color2 {color: ; text-decoration: none; }
-->
</style>
É **new site coming soon**