Get rid of those unsightly underlines. Why? Well, underlined links are so ubiquitous
that you just might want your page to be different. In the <HEAD> tag place the
following code. You can set the colors of the hyperlinks, underlines, etc. You can also
just make the links change color when the mouse passes over them by changing the
"hover" description. Play with the parameters below and see what you come up
with. Careful, the <style> tags are not read the same in all browsers.
<style> <!-- A:link {text-decoration:none; color:aqua} A:visited {text-decoration:none; color:aqua} A:hover {text-decoration:underline; color:white} --> </style>