MadMac: unterschiedliche Links in einer Seite

Beitrag lesen

Hallo zusammen,
ich habe eine wohl etwas dumme Frage.

Mit

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:focus { font-weight:bold; color:#00E000; text-decoration:underline }

kann ich ja die Links auf einer Seite so toll definieren, klappt auch toll. Nun möchte ich aber noch einen anderen ganz speziellen  Link auf der selben Seite anderes aussehen lassen. Wie mache ich das denn am besten?

Grüße