html{
font-family:arial;
background-color:black;
color:white;
}



	
canvas{
	/*border:1px solid gray;*/
	margin:auto;
	width:100%;
	height:100%;
	/*margin-top:1em;*/
	
	}
/*	
@font-face {
		  font-family: 'LucidaConsole'; src: url('/fonts/LUCON.ttf');
		}
		* {
		  margin: 0;
		  padding: 0;
		  font-family: 'LucidaConsole', monospace;
		}
		#game_div {
		  margin: auto;
		  background: #000;
		}
		#preload-font2 {
		  font-family: 'LucidaConsole', monospace;
		  text-indent: -9999px;
		  font-size: 0;
		}
		
@font-face {
		  font-family: 'LucidaSansUnicode'; src: url('/fonts/LUSAN.ttf');
		}
		* {
		  margin: 0;
		  padding: 0;
		  font-family: 'LucidaSansUnicode', sans-serif;
		}
		#game_div {
		  margin: auto;
		  background: #000;
		}
		#preload-font {
		  font-family: 'LucidaSansUnicode', sans-serif;
		  text-indent: -9999px;
		  font-size: 0;
		}
		
*/