hawkmaster: Fehlermeldung 'text-decoration'. Deklaration ignoriert.

Beitrag lesen

Hallo,
ich habe ein externe CSS Datei "win.css" in der ich einige Definitionen mache.
Beim Starten meiner Webseite zeigt die Firefox Konsole nun plötzlich einige Fehler an.

Fehler: Fehler beim Verarbeiten des Wertes für Eigenschaft 'text-decoration'.  Deklaration ignoriert.
Quelldatei: http://127.0.0.1/test/win.css
Zeile: 1
Fehler: Farbe erwartet, aber '"black"' gefunden.  Fehler beim Verarbeiten des Wertes für Eigenschaft 'text-shadow'.  Deklaration ignoriert.
Quelldatei: http://127.0.0.1/infostreamweb/win.css
Zeile: 2

Bisher war das aber nicht.
Was kann die Ursache sein?

So sieht die "win.css" aus.
---------------------------------------------
BODY  {background-color: #C6D7E1; color: #1C3382; font-family: "arial"; text-decoration: "none"; font-size: 10pt}
A          {font-family: "arial"; text-shadow: "black"  }
A:link     {color: #6666FF; text-decoration: "none"  }
A:visited  {color: #6666FF; text-decoration: "none"  }
A:active   {color: #1C3382; text-decoration: "underline"; background-color:#66FFCC; }
A:hover    {color: #1C3382; text-decoration: "underline"; background-color:#66FFCC; }
H1     {font-family: "arial"; text-decoration: "none"; font-size: 14pt; font-weight: bold }
H2     {font-family: "arial"; text-decoration: "none"; font-size: 12pt; font-weight: bold }
H3     {font-family: "arial"; text-decoration: "none"; font-size: 10pt; font-weight: bold }
H4     {font-family: "arial"; text-decoration: "none"; font-size: 8pt; font-weight: bold }
TH     {font-family: "arial"; text-decoration: "none"; font-size: 10pt; font-weight: bold }
TD     {font-family: "arial"; text-decoration: "none"; font-size: 10pt;}
td.bold     {font-family: "arial";text-decoration: "none";font-size:10pt;font-weight:bold;}
td.fine     {font-family: "arial"; font-size: 10pt; font-weight: bold ; border:solid black 1px;  border-color: #000060 }
.text    {font-family: "arial"; text-decoration: "none"; font-size: 8pt }
form { margin:0; padding:0;}
input.background, textarea { background-color: #F5F5F5; font-size: 8pt; border-style: solid; border-width: 1;}
input.nobackground { font-size: 8pt; border-style: solid; border-width: 1;}
select { font-family: Arial, helvetica, sans-serif; background-color: #F5F5F5; font-size: 8pt; }
select.monospace { font-family: Courier New; background-color: #F5F5F5; font-size: 8pt; }
A.hinterlegt { font-family: "arial";text-decoration: "none";font-size:10pt;font-weight:bold; }
.tableborder { border: 1px solid #006699;}

Gruss und danke
hawk