* {
	top: 0;
	left: 0;
	border: 0;
}
#page {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#page div {
	text-align: center;
}
body {
	font-size: 100%;
	font-family: Courier, "Courier New", sans-serif;
	background-color: #fff;
}

table {
	font-size: 150%;
	border: 1px solid #999;
}
th {
	background-color: #ccc;
	border-bottom: 1px solid #999;
}
