Steffi: Stylesheets

Beitrag lesen

Hallo,
gibt es eine Einstellung, die den Link nicht verändert, wenn er schon "besucht" war.
Beispiel:
font.content  {
 font-size : 12px;
 font-family : Arial;
 text-decoration : none;
 color : #000000;
 line-height : 13px;
}

font.content a:link  {
 font-size : 14px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #000000;
 line-height : 13px;
}

font.content a:hover  {
 font-size : 14px;
 font-family : Arial;
 text-decoration : underline;
 font-weight : bold;
 color : #FFFFFF;
 line-height : 13px;
}
font.content a:active {
 font-size : 14px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #FFFFFF;
 line-height : 13px;
}

font.content a:visited  {
 font-size : 14px;
 font-family : Arial;
 text-decoration : none;
 font-weight : bold;
 color : #000000;
 line-height : 13px;
}

Das funktioniert alles einwandfrei, aber wenn ich einen Link anklicke, dann ist der danach schwarz (was ich ja auch eingestellt habe) und ändert beim "mouseOver" nicht mehr die Farbe (also weiß). Das will ich aber nicht, ich will, dass bei "visited" sich nichts ändert, also dass die Links immer gleich aussehen, egal, ob schon besucht oder nicht.
Kann mir da jemand helfen?
Vielen Dank!
Gruß Steffi