body{
    font-family: 'Courier New', Courier, monospace;
    font-size:20px
}

*{
    cursor:url(curs.png),pointer;
}

*{
    cursor:url(curstext.ng),text;
}

::selection{
    color: #0d0d14;
    background: #ac3232;
}
