hi, sorry mein fehler!
so müßte es funktionieren!
a:link,a:visited,a:active {
text-decoration:none;
}
a:hover {
text-decoration: underline;
}
oder einfach nur:
a {
text-decoration:none;
}
a:hover {
text-decoration: underline;
}