Sonja: schriftfarbe bei links veränderbar machen

Beitrag lesen

Wieso funktioniert das script für links manchmal und machchmal auch nicht?
oder kann mir jemand erklären, was an folgendem css falsch ist???

a:active { color: #cc3333; text-decoration: none; }
 a:hover { color: #cc3333; }
 a:link { color: #ffffff; text-decoration: none;  }
 a:visited { color: #ffffff; text-decoration: none;  }