body,td,th {
	font-family: "Courier New", Courier, monospace;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
#content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
}
#header {
	position:relative;
	width:100%;
	height:auto;
	text-align: center;
	margin-top: 10px;
}
#back {
	float:left;
	width:auto;
	height:auto;
	margin-left:10px;
}
#table1 {
	position:absolute;
	top: 100px;
	width:100%;
	text-align: center;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
}
.style2 {
	font-size: small;
}
.style3 {
	font-size: large;
	font-weight: bold;
}
