a:link { text-decoration: none; color: white; font-weight: bold }
a:hover { text-decoration: none; color: black; font-weight: bolder }
a:active { text-decoration: none; color: gray }
Halte folgende Reihenfolge ein:
a:link {}
a:visited {}
a:hover {}
a:active {}
Dann klappts auch mit der Nachbarin :)