* {
    -webkit-user-select: none;
    user-select: none;
}


BODY, HTML {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to 												hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 												'text' */
    /*-webkit-tap-highlight-color: transparent;*/
    margin: 			0;
    padding: 			0;
    font-family: 		Arial, Verdana, sans-serif;
    font-size: 			12px;
    font-weight:		normal;
    color: 				#ccc;
    background-color:	#000000;
}
