Doch noch was, CSS ist wirklich vertrackt:
Warum funktioniert mit dem folgenden CSS-Code die Rotfärbung des Links bei MouseOver nicht?
p,h1,h2,h3,h4,blockquote,nobr,b,i
{ font-family:Verdana; }
p,b,i { font-size:10pt; }
a { font-weight: lighter;
color: #000080;
text-decoration: none;
a:hover {
color: #FF0000;
text-decoration: none;
}