.centertable {
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -300px;
	margin-left: -400px;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

