html,
body {
    cursor: url("images/pusheen.png") 4 2, auto;
}

a,
button,
input,
select,
textarea {
    cursor: url("images/pusheenpoint.png") 4 2, pointer;
}