Hover Color for Links
Focus your mouse over the following links:
Yahoo!
Webtech
HowdyYall.com
Place the following code inside the HEAD of your HTML document, changing the colors to your personal preference:
<STYLE>
A:hover {background:blue;color=white}</STYLE>
Or Place this code within the <A> tag:
<A HREF="[theURL]" OnMouseOver="STYLE='{background:blue;color=white}'"