Hier ein Hilfe,
- 2 Sorten von Links:
a = Navigationsleise
b = normale Links - 2 verschiedene text-declarations:
<!--
a.navigation:hover {color:#xxxxxx; text-decoration:underline }
a.navigation:link { color:#yyyyyy; text-decoration:none }
a.navigation:visited { color:#zzzzzz; text-decoration:none}
a.navigation:active { color:#mmmmmm; text-decoration:none }
a.normal:hover {color:#nnnnnn; text-decoration:underline }
a.normal:link { color:#oooooo; text-decoration:none }
a.normal:visited { color:#pppppp; text-decoration:none}
a.normal:active { color:#qqqqqq; text-decoration:none }
//-->
Du kannst also auch für Links eigene CSS-Classen definiern, wird sogar vom 4.7 Netscape interpretiert.
Mit sonnigen Grüßen ;-)
Merlina