To use the cursors add this code between the <head> tags:
<style type="text/css">
body {cursor: url ("cursorname.ani");}
a {cursor: url ("cursorname.ani");}
</style>
or as part of your css:
body{cursor: url("cursorname.ani");}
a {cursor: url("cursorname.ani");}
with both the "body" and the "a" you will have the cursor active all the time, not only when you hover over the links
NOTE: for IE only. Firefox don't see cursors unless they end with .cur extension
hover and click to save as .ani