@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Raleway:900,700,400);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

body {
	font-family:Lato, Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#F7F7F7;*/
	/*background-color:#FACE7C;*/
	/*background-color:#71C7F0;*/
	/*background-color:#1a1a1a;*/
	margin:0px;
	padding:20px;
	font-size:14pt;
	line-height:1.5;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	background-color:#FFE;
	color:#333;
}
