body {
	font-size: 11pt;
	font-family: monospace;
	color: whitesmoke;
	background-color: #282E34;
	padding: 10pt;
}

h1 {
	text-align: center;
}

footer {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

a {
	font-family: monospace;
	font-weight: bold;
}

a:link {
	color: #999;
}

a:visited {
	color: #999;
}

a:hover {
	color: #555;
}

a:active {
	color:#999;
}