body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F7F2;
	scrollbar: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#counter {
	position: absolute;
	bottom: 10px;
	left: 150px;
}

#screen {
	
	position: absolute;
	bottom: 10px;
	left: 350px;
}
#content {
	scrollbar-base-color:#F3F7F2;
  	scrollbar-3d-light-color:#F3F7F2;
  	scrollbar-arrow-color:#F3F7F2;
  	scrollbar-darkshadow-color:#F3F7F2;
  	scrollbar-face-color:#000000;
  	scrollbar-highlight-color:#F3F7F2;
  	scrollbar-shadow-color:#F3F7F2;
  	scrollbar-track-color:#F3F7F2;
}

.a 
{
font-family: comic sans ms; 
font-weight: bold; 
}