<style>
a:link, a:visited {text-decoration: none; color: blue;}
a: hover {color: red;}
</style>
Now all links are blue w/ no underline and they turn red when you pass your mouse over them (in IE --> not sure about NS6).
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook