html {
	height: 100%;
}
body {
	text-align: center;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#wrapper {
	margin: auto;
	width: 800px;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.copyright {
	font-size: 70%;
	color: #666666;
	text-align: left;
	padding-bottom: 30px;
}
