body {
	font-family: "Verdana CE", Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 30px;
}
h1 {
	text-align: center;
}
a {
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	font-size: 11pt;
	width: 100%;
	border: #000 1px solid;
}
table th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
table td {
	padding: 5px;
}
.center {
	text-align: center;
}
td .light {
	background: #ccc;
}
td. dark {
	background: #999;
}
#menu {
	margin-bottom: 20px;
	text-align: center;
}