Links
With A Line Above And Below Them
This
is an interesting look that works especially well as a hover attribute
for
your links, but can also be applied to all of your links. It will show
the
normal underline and a line above the link:
<style
type="text/css">
<!--
A:hover {text-decoration:overline
underline}
-->
</style>