Nochmal Linkauszeichnungen

Guten Morgen
Ich bin da nochmal über die Links gestolpert
Links sind per css vorformatiert
Wie erreiche ich, dass ich auf einer bestimmten Seite einen bestimmten Link anders formatieren kann?
Wenn ich den style-tag um einen bestimmten Link baue

a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }

<a href="http://www.yahoo.de/">Yahoo (Verzeichnis)</a><br>

wirkt sich das trotzdem auf alle links der Seite aus.

Wer hat eine Idee?
Bedanke mich für jeden Hinweis.
Zsolt

Hallo Zsolt

Versuch es mal mit

mein link

Das sollte eigentlich klappen

Grüsse

Andrea

so einfach…
vielen Dank für die Nachhilfe
Zsolt

oder noch einfacher…

a.blau:link { font-weight:bold; color:#0000E0; text-decoration:none }
a.blau:visited { font-weight:bold; color:#000080; text-decoration:none }
a.blau:hover { font-weight:bold; color:#E00000; text-decoration:none }
a.blau:active { font-weight:bold; color:#E00000; text-decoration:underline }

a.rot:link { font-weight:bold; color:#E00000; text-decoration:none }
a.rot:visited { font-weight:bold; color:#800000; text-decoration:none }
a.rot:hover { font-weight:bold; color:#E00000; text-decoration:none }
a.rot:active { font-weight:bold; color:#E00000; text-decoration:underline }
Yahoo (Verzeichnis)
Yahoo (Verzeichnis)

u.s.w. mit gelb, grün, metallic, kariert oder Streublünchen.

mfg Günter