body {
	text-align: center;
	font-family: Sans-serif;
	font-size: 10pt;
	padding-bottom: 1em;
	background: #000;
	color: #bec;
}
a:link {
	color: #9fb;
}
a:visited {
	color: #7c9;
}
a:hover, a.active {
	color: #eee;
}
img {
	border: 0;
}
h2 {
	margin-top: 1.5em;
	font-weight: normal;
	font-size: 15pt;
}
.page {
	margin:auto;
}