body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #222222;
	font-weight: normal;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.maintext {
	font-weight: bold;
	font-size: xx-small;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
.Displaytext {
	font-size: 9px;
	font-weight: bolder;
	color: #CCCCCC;
}
div#centered { 
	border: 0; 
	background-color: #222222; 
	height: 33%; 
	width: 90%;
    position: absolute; 
	left: 5%; 
	top: 33%; 
	color: black; 
}
div#centered2 { 
	border: 0; 
	background-color: #222222; 
	height: 60%; 
	width: 90%;
    position: absolute; 
	left: 5%; 
	top: 20%; 
	color: black; 
}
body {
	background-color: #222222;
}
