body {
	font-family: calibri, verdana, helvetica, sans-serif;
	background-color: black;
	color: white;
	width: 400px;
	text-align: justify;
	font-size: 10pt;
}
h1 {
	font-size: 14pt;
	text-align: center;
}
h2 {
	font-size: 12pt;
}
small {
	font-size: 9pt;
}
tt {
	font-family: consolas, "lucida console", monospace;
}
a {
	color: #FF9;
	text-decoration: none;
}
a:hover {
	color: #99F;
}
a img {
	border: 2px solid #FF9;
}
a:hover img {
	border-color: #99F;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table td, table th {
	vertical-align: top;
	border: 1px solid white;
	padding: 2px;
}
table th {
	text-align: left;
}