html, body {
	background: #000;
	color: #ccc;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	text-align: center;
}
h3 {
	text-align: center;
}

a:link {
	color: #f6f;
}
a:hover {
	color: #a6f;
}
a:active, a:visited {
	color: #aaf;
}

a img {
	border: none;
}

.code {
	font-family: monospace;
	white-space: pre;
}
