html, body {
	/* lista de cursores */
	cursor: url("cursor/hannah_pointer.png") 19 4, pointer;	
	/*cursor: url("cursors/hannah_grab.png") 25 30, grab;
	cursor: url("cursors/hannah_grabbing.png") grabbing;*/
}

/* talvez eu devesse mudar prum cursor de abacaxi */
.me {	cursor: url("cursor/hannah_pointer.png") 19 4, pointer; }

/* tags q podem ter texto */
abbr, address, article, b, blockquote, caption, cite, del, dl, dt, em, figcaption, footer, h1, h2, h3, h4, h5, h6, i, mark, meter, ol, p, pre, q, rp, rt, ruby, s, samp, select, span, strong, sub, sup, textarea, time, u, ul {
	cursor: url("cursor/hannah_text.png") 24 24, text;
}

/* link */
a, details summary, a figcaption {	cursor: url("cursor/hannah_pointer.png") 19 4, pointer; }

