[CSS] Warum Schrift schwarz? (CSS)

+Debbie+
wenn ich als Schriftfarbe #FFFFFF oder #ffffff angebe wird die schrift schwarz. auch wenn ich #F8F8FF angebe wird es schwarz.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
body {
font-color: #F8F8FF;
font-family: Verdana; 
font-size: 8pt ;
text-align: center;
background-attachment: scroll;
scrollbar-3dlight-color: #B0B8AB;
scrollbar-arrow-color: #7A0404;
scrollbar-darkshadow-color: #B0B8AB;
scrollbar-face-color: #B0B8AB;
scrollbar-highlight-color: #B0B8AB;
scrollbar-shadow-color: #B0B8AB;
scrollbar-track-color: #B0B8AB;
}

table {
font-color: #F8F8FF;
font-family: Verdana;
font-size: 8pt;
text-align: center;
border: 1px dotted; 
border-color: #F8F8FF;
}

.zeileblue {
background-color: #9EA539;
}

A:link {color : #F8F8FF; text-decoration: none; }
A:visited {color : #F8F8FF; text-decoration: none; }
A:hover {color : #F8F8FF; TEXT-DECORATION: none; position:relative; top:2px; left:2px;}
A:active {color : #F8F8FF; text-decoration: none; }
Medic Droid
Zitat:
Original von +Debbie+
code:
1:
2:
3:
color: #F8F8FF;


probiers mal nur mit color
+Debbie+
jetzt geht es, danke smile