Link ohne Unterstrich

Hallo!

Wer kann mir helfen?
Ich habe ein kleines Problem: Ich würde gern einen Link auf meiner Homepage anbringen, wo man den Unterstrich nicht sehen kann und wo sich die Schrift beim Mouseover z.B. rot färbt.
Mir ist klar, daß man das über den Befehl … programmiert, habe aber ein Problem mit der Farbe…!

Wer kann mir da einen Tip geben?

Schon einmal „DANKE“!

Gruß,

Andreas

<!–
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
–>

Ergänzung: Farbe
Hi.

Da fehlt noch die Farbeänderung:

<!–
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color:#FF0000; }
–>

mfG,

J.P.Jarolim