body {
	color: black;
	text-align: center;
	font-family: helvetica;
	} 
	
h1 {
	font-size:15px;
	position: fixed; 
	padding-top:5px; 
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.5);
	} 

h2 {
	font-size:15px;
	position: fixed; 
	right: 0;
	width: 150px; 
	padding-top:25px; 
	padding-right:15px; 
	background: rgba(255,255,255,0.5);
	} 
	
p {
	font-size:10px;
	} 
	
.score{
	font-size:6px; 
	text-align: right;
	}