body.page-copyright {
  cursor: 
	url("/unsupported_files/images/cursors/cursor.cur"),
	url("/unsupported_files/images/cursors/cursor.png") 16 16,
	auto;
}

body.page-copyright a:hover {
  cursor:
    url("/unsupported_files/images/cursors/cursor_white.cur"),
    url("/unsupported_files/images/cursors/cursor_white.png") 16 16,
    pointer;
}
