body {
    cursor: url('/cur/normal.cur'), default;
}

a,
button,
input[type="submit"],
input[type="button"] {
    cursor: url('/cur/normal.cur'), pointer;
}
