Can anyone please check out this site and give me the answer to my problem?
www.shoppingnettet.com/home/
Thanks!
Spiritus
replace it by -
<style type="text/css">
<!--
a { text-decoration: none }
a:hover { text-decoration: underline; font-weight:bold; }
-->
</style>
you are using a:link for text-decoration none, which makes everything else
have an underline.
HTH,
- Manish