Example of A Page with Links that Aren't Underlined
This is an example of a page where the
links don't have
any
underlines. Notice that it's a little hard to tell where the links are. The non-underlined links effect was created with this code:
<STYLE TYPE="text/css">
<!--
A {text-decoration:none}
-->
</STYLE>