BODY { cursor:url("mycursor.cur");
       background:white; color: blue;
       background-image: url("fon.jpg");      
       SCROLLBAR-ARROW-COLOR: red; 
       SCROLLBAR-FACE-COLOR: #EEEEEE; 
       SCROLLBAR-HIGHLIGHT-COLOR: #DDDDDD; 
       SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
       SCROLLBAR-3DLIGHT-COLOR: #EEEEEE; 
       SCROLLBAR-TRACK-COLOR: #EEEEEE; 
       SCROLLBAR-DARKSHADOW-COLOR: #EEEEEE;
       font-style : italic;
       font-weight: bold;

       font-color: blue;
       margin-left : 5;
       border-color:red;
       border-top-style: none;
       border-bottom-style: none;
       border-left-style: none;
	}
TABLE {font-style : italic; font-size: small; font-weight: bold;}
UL {list-style-image: url("list.gif")}
LI {font-style : italic; font-size: small; font-weight: bold;}


A         { text-decoration: none;color: darkblue;cursor:url("mycursor.cur");}
A:hover   { text-decoration: underline;color: red;cursor:url("mycursor.cur");}
A:visited { text-decoration: none;color: darkblue;cursor:url("mycursor.cur");}
A:active  { text-decoration: none;color: darkblue;cursor:url("mycursor.cur");}



