 body{cursor: url('cursor/1C.png'), auto;} 
 a:link{cursor: url('cursor/2C.png'), auto;}
 
 


a {
  cursor: url('cursor/2C.png'), pointer; 
}


a:hover {
  cursor: url('cursor/2C.png'), auto; 
}