In case you’re trying to make the hand cursor appear when hovering over a link and you had no success using cursor: hand, try this rule instead:

a { cursor: pointer ; }
This should work in all browsers.