hi
body {font-family: arial, helvetica, sans-serif; color:#0C58AC;}
Das kann auch in anderen Browsern Probleme geben. Besser ist z.B.
body, p, h1, a etc. {
font-family: arial, helvetica, sans-serif; color:#0C58AC;
}
Der body ist für Schriftdefinitionen nicht sonderlich gut geeignet.
Aus Erfahrung: gibt keine Probleme.
a:link {font-size:20px; text-decoration:none; font-weight:bold; color:#0C58AC;}
a:visited {font-size:20px; text-decoration:none; font-weight:bold; color:#0C58AC;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none; color:#69A436;}
Das dagegen nicht.
Die farben bei :link, :visted und evtl. :active schon..
gruss Kai