MadMac: unterschiedliche Links in einer Seite

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

  1. Hallo,

    a.eineklasse:link { ...}
    a.andereklasse:link { ...}

    und so weiter

    <a class="eineklasse">...</a>
    <a class="andereklasse">...</a>

    Grüße
    Thomas

  2. Hallo,

    a.ganzspeziellerlink:link { font-size:8000em; }
    (-:

    Heiner

    1. Vielen Dank, dieses Forum ist wirklich unbezahlbar.