body {
	background: black;
	color:#909090;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; color:#888;
}

a { 
	color:#f0a000;
}

canvas {
    padding:0px;
    margin:0px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width:100%;
    height:100%;
}


