Hallo Alex,
wichtig bei der Linkformatierung ist die richtige Reihenfolge, der Rest ist dann kein Problem.
a:link {
color : #;
text-decoration : underline;
}
a:visited {
color : #;
text-decoration : underline;
}
a:hover {
color : #;
text-decoration : none;
}
a:active {
color : #;
text-decoration : none;
}
mfg Rene