Embed the following code in the <HEAD> of your HTML document for automatic mouseover effects on all links on your page. The styles a and a:visited are used for compatibility with Internet Explorer 3.0.
<STYLE>
<!--
a {color:blue;}
a:visited {color:purple;}
a:hover {color:red;}
-->
</STYLE>
The comment tags allow browsers that don't support the hover effect to ignore this code. This feature is based on the CSS2 specification.