body {
    font-family: sans-serif;
	line-height: 175%;
	font-size:14px;
	padding-left:10px;
    background-color: #222222;
    color: #CCCCCC;
}

canvas { 
    background: #eee; 
    display: block;
    margin: 0 auto;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    font-smooth: never;
    -webkit-font-smoothing : none;
    -ms-interpolation-mode: nearest-neighbor;
    width: 756px;
    height: 648px;
}

.mainButton {
	width: 75px;
	margin-left: 5px;
	margin-right: 5px;
}
