@font-face { font-family:"square"; src:url("fonts/square.ttf"); }
@font-face { font-family:"exo"; src:url("fonts/Exo2-ExtraLight.otf"); }
@font-face { font-family:"roboto"; src:url("fonts/Roboto-Regular.ttf"); }

body,html
{
	height:100%; width:100%; padding:0; margin:0; color:#A0A0A0;
	font-family:"roboto"; font-size:22px;
	  -webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		    user-select: none; /* Non-prefixed version, currently
		                          supported by Chrome and Opera */


	background:#202020;
}

a { background: transparent; color: #509050; text-decoration:none }
a:hover { background: transparent; color: #80FF80; text-decoration:none }
