body, a[href="#"] {
	cursor: url('cursor.cur'), auto;
}
 
a[href], input[type="button"], input[type="submit"], button {
    cursor: url('normal.cur'), auto;
}

p:hover{
  cursor: url('text.cur'), text;
}