Jumper: verschiedene Farben für link

Hallo,

ich möchte auf einer seite, bei der die schrift mit css formatiert wird für links 2 verschiedene Farben haben.
Also ich meine nicht das bei hover sich die Farbe ändert, habe ich schon also hier ein auszug aus der css datei:

a:link { text-decoration:none; font-size:10px; font-family:Verdana,Arial;  color:#333333; }
a:visited { text-decoration:none; font-size:10px; font-family:Verdana,Arial;  color:#333333; }
a:hover { text-decoration:none;  font-size:10px; font-family:Verdana,Arial;  color:#000000;}
a:active { text-decoration:none;  font-size:10px; font-family:Verdana,Arial;   color:#333333; }

Leider habe ich dunkle und helle hintergründe...also brauche ich auch dunkle und helle links.
Bei normale schrift arbeite ich halt mit
.hell
{
font-family:Verdana,Arial;
font-size:10px;
color:#AFAFAF;
}
und dann halt in dem entsprechenden tag class="hell"

Leider weiß ich net wie ich das bei Links umsetzen kann...oder gehts da einfach nicht ???

  1. Hallo!

    a:link { text-decoration:none; font-size:10px; font-family:Verdana,Arial;  color:#333333; }
    a:visited { text-decoration:none; font-size:10px; font-family:Verdana,Arial;  color:#333333; }
    a:hover { text-decoration:none;  font-size:10px; font-family:Verdana,Arial;  color:#000000;}
    a:active { text-decoration:none;  font-size:10px; font-family:Verdana,Arial;   color:#333333; }

    Warum machst Du für jede Linkart eine eigene Font-Size- und -Family-Definition?

    Leider weiß ich net wie ich das bei Links umsetzen kann...oder gehts da einfach nicht ???

    Schau mal ca. 10 Beiträge weiter unten:
    http://forum.de.selfhtml.org/?t=46446&m=253396