
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    image-rendering: pixelated;
	font-smooth: never;

    cursor: url('/dmz/img/C.png'),auto;
}
body{
    background-color: white;
}
a{cursor: url('/dmz/img/S.png'),pointer;}