        body {
            /* cursor: url("http://www.rw-designer.com/cursor-extern.php?id=200665"), default; */
            cursor: url("https://raw.githubusercontent.com/bartekl1/windows-ui-assets/main/Cursors/Windows%208.1/aero_arrow.cur"), default;
        }
        
        a:hover, a {
    /* 1. Custom URL */
    /* cursor: url("http://www.rw-designer.com/cursor-extern.php?id=200662"), */
    cursor: url("https://raw.githubusercontent.com/bartekl1/windows-ui-assets/main/Cursors/Windows%208.1/aero_link.cur"),
    
    /* 2. Fallback for clickable items */
    pointer; 
}