/* Custom cursor for the whole page */
body {
  cursor: url('http://www.rw-designer.com/cursor-extern.php?id=207066'), auto;
}

/* Custom cursor specifically for links */
a {
  cursor: url('http://www.rw-designer.com/cursor-extern.php?id=207066'), pointer;
}
