EMP metal hand mouse pointer

The user bears sole liability for any damage that may arise; 
EMP does not accept any liability.


==================================================================

!!! IMPORTANT NOTE!!!

The EMP cursor is only intended for private use. Use of the cursor
on commercial websites is stricty prohibited.

==================================================================
 
To use the cursor on your computer, follow the following 
instructions: 
 
Windows XP:
Start -> Control panel -> Printers and other software -> Mouse -> Pointers
Choose the pointer to be changed and click on browse. Navigate to 
the EMP metal hand cursor, select it, click open and then confirm. 
 
==================================================================
 

To use the mouse pointer on your homepage, just add the following 
code in the header area of the source text of your website (or 
copy everything except the first and last line into the CSS file 
of your website, if available).
Finally, copy all three cursor files from this zip archive into the 
root directory of your site.
 

<style type="text/css">
a {
	text-decoration:underline;
	cursor:url('metalhand.cur'), url(' metalhand.png'), url(' metalhand.gif'), auto;
}
</style>