ich persönlich stell die CSS meist in eine externe Datei.
zB. einstell.css
Darin steht dann ua.
Code: Alles auswählen
a:link { font-family:arial; font-weight:bold; font-size:9pt; text-decoration: none; cursor: crosshair; color:#858585 }
a:active { font-family:arial; font-weight:bold; font-size:9pt; text-decoration: none; cursor: crosshair; color:#858585 }
a:visited { font-family:arial; font-weight:bold; font-size:9pt; text-decoration: none; cursor: crosshair; color:#858585 }
a:hover { font-family:arial; font-weight:bold; font-size:9pt; text-decoration:underline overline; cursor: crosshair; color:#666666 }
Achja, in den <head> fügst du ganz einfach <link rel="stylesheet" type="text/css" href="/PFADANGABE">
Gruß,
phantomspawn 8-$