.bodyFull{ height:100%; width:100%; padding:0; margin:0; font-family:Tahoma; font-color:#808080; overflow:hidden; }

body, html
{
	margin:0px; padding:0vw; background:#203060; color:#202020; font-family:Verdana; font-size:10px;
	  -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 */
}

a { font-family: verdana; font-style: normal; font-weight: bold; background: transparent; color: #C0C080; text-decoration:none; font-size:15px }
a:hover { font-family: verdana; font-style: normal; font-weight: bold; background: transparent; color: #80C080; text-decoration:none; }


#glcanvas
{
	position:absolute;
	left:0px;
	top:0px;
	border: 0;
	background-color: black;
	width:100%;
	height:100%;
}

.button { color:#FFFFFF; background-color: #008CBA; border:none }
.button:hover { color:#FFFFFF; background-color: #00707A; border:none }
.button_recording { color:#FFFFFF; background-color: #A03030; border:none }
.button_recording:hover { color:#FFFFFF; background-color: #901010; border:none }

