html {
    cursor: url("../cur/HandPoint.png"), default;
}

a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    cursor: url("../cur/HiperLink.png"), pointer;
}
