tom: CSS oder HTML angabe für Hintergrundfarbe, Schriftfarbe etc.

Beitrag lesen

ah hab eben was schnell in SELFhtml gefunden:

<style type="text/css">
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 }
</style>

text bold ist doch dick oder? wie macht man Textgröße mittel?
Gibt es bei Links auch andere Unterstreichungen als den Strich?

grüße