[CSS] Problem mit Schriftart

Raindrops
hallo,
ich habe ein Problem mit meinem CSS-Code. Das Problem besteht darin, dass ich im Code Verdana als Schriftart angegeben habe, aber New Times Roman angezeigt wird. Das Problem besteht im Internet Explorer und im Mozilla Firefox, bei anderen Servern weiß ich's nicht.

Hier wäre einmal der Code:

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:
33:
34:
A:link { color: #000000; text-decoration: none;} 
A:visited { color: #000000; text-decoration: none;} 
A:hover { color: #000000; text-decoration: underline overline;} 
A:active { color: #000000; text-decoration: none;}  

BODY { color: #000000; 
text-align : center; 
font: Verdana ; 
font-size: 10pt ;  
background-attachment: fixed; 
background-position: 0px 0px; 
background-color: chroma; 
scrollbar-arrow-color: #3D5193; 
scrollbar-darkshadow-color: #000000; 
scrollbar-face-color: #3D5193; 
scrollbar-highlight-color: #95CEDF; 
scrollbar-shadow-color: #384B8C; 
scrollbar-track-color: #E8E6E2;  }  

td {  
color: #000000; 
border: 1px solid #000000 ; 
text-align : center; 
font-size:8pt ; 
background-attachment: fixed; 
background-position:0px 0px;  
background-color: #891953;  
scrollbar-3dlight-color: #3D5193;  
scrollbar-arrow-color: #3D5193; 
scrollbar-darkshadow-color: #3D5193; 
scrollbar-face-color: #3D5193; 
scrollbar-highlight-color: #3D5193; 
scrollbar-shadow-color: #3D5193; 
scrollbar-track-color: #3D5193;   } 


wäre super, wenn mri jemand helfen könnte smile

LG
Raindrops
ahh, danke großes Grinsen

edit. Es mag immernoch nciht geehn, wie ich's mag unglücklich
Skadi

Vllt. mal mit font-family versuchen?
So klappts bei mir immer (x

Mfg; Skadi
Raindrops
ahh, jetzt geht es, danke smile