﻿/*Stylesheet*/

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


BODY, HTML {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
	user-select: none;
	touch-action: none;
    -webkit-tap-highlight-color: transparent;

	margin: 			0;
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#000;
	background-color:	#000000;
    /*overflow:			hidden;*/
}