body {
    cursor: url("/cursor/pointer.gif"), auto;
}    

a:hover {
    cursor: url("/cursor/link.gif"), pointer;
}