body {
	font-family: Verdana, Arial;
	background-color: #333333;
	color: white;
}
.header {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.subheader {
	font-size: 120%;
	font-style: italic;
	text-align: center;
}
.restricted {
	color: #FFB9B9;
	font-style: italic;
}
a {
	text-decoration: none;
	color: aqua;
}
a:hover {
	text-decoration: underline;
}
.simpletable {
	border: 1px solid black;
	border-collapse: collapse;
}