
BODY {
      cursor:url('http://fantasyflash.ru/cursor/cur/cursor127.ani');
      scrollbar-arrow-color: red;
      scrollbar-track-color: red;
      scrollbar-3dlight-color: red;
      scrollbar-shadow-color: red;

      color: Darkred;
}

A:link,:visited,:active { 
                         color: red; 
}

A:hover {
	  color: Darkred; 
}     

HR { color: red;}  

.cur { cursor:url('http://fantasyflash.ru/cursor/cur/cursor127.ani'); }


