
body {
    background-color: #cdcdcd;
    font-family: sans-serif;
    font-size: 11pt;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
	
	margin: 10px 0px;
}


.highscore {
	font-size: x-small;
	color: #777;
}


#cnvs_fg { z-index: 2 }
#cnvs_bg { z-index: 1 }


#test {
	font-family: monospace;
}


