[CSS] CSS geht nicht

Isabel
hi,
ich hab Versucht mein CSS Style einzubauen...
Leider wird der Cursor nicht mehr angezeigt
Weiß einer den Fehler?

Und, der fixierte hg verschiebt sich, sobald das design verkleinert wird, also die Bildschrimauflösung kleiner ist. Hat da jemand ne Idee?

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:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
BODY 
{  
font-color= white; 
font-family= verdana; 
font-size= 12pt;
text-align : center;

color: #000000; 
background:url(http://honigpups.ho.funpic.de/girlshousehg.gif);
background-attachment: fixed;
filter:chroma(color= CCFFCC);

scrollbar-arrow-color: #000000; 
scrollbar-base-color: #977A97; 
scrollbar-track-color: #977A97; 
scrollbar-face-color: #977A97; 
scrollbar-highlight-color: #977A97; 
scrollbar-3dlight-color: #977A97; 
scrollbar-darkshadow-color: #977A97; 
scrollbar-shadow-color: #977A97; 
}
A:link { color: #000000; text-decoration: none; none;}
A:visited { color: #000000; text-decoration: none; font-weight:none;}
A:hover { color: #000000; text-decoration: none; filter:blur;}
A:active { color: #000000; text-decoration: underline overline;}

}
<!--
{
cursor:url("http://honigpups.ho.funpic.de/55.cur"); }

A:hover { cursor:url("http://honigpups.ho.funpic.de/55.cur"); }
-->
}
TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: verdana; 
 COLOR: #000000;
 width: 195px;
 height: 200px;
}
div.text {
width: 195px;
}
#textfeld {
background: transparent;
width: 195px;
height: 200px;
}


 
Isabel
hallo... hilft mir bitte... sonst bekommen die Mozilla User auf meiner Page Augenkrebs ^^