body {
	 background: #eee;
	 font-family: Inconsolata, "Inconsolata-g", monspace;
	 font-size: 1.4em;
}
main {
	 text-align: center;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 600px;
	 height: 350px;
	 margin: 100px auto;
}
a:link, a:visited {
	 color: #888;
	 text-decoration: none;
}
a:hover, a:active {
	 color: #444;
}
.red {
	color: #ff8000;
}

footer {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 7px;
	padding: 0;
}
footer p {
	margin: 0;
	padding: 0;
	font: 0.6em Inconsolata,"Inconsolata-g";
	color: #444;
}
footer p a:link, footer p a:visited {
	color: #444;
	text-decoration: underline;
}
footer p a:hover, footer p a:active {
	color: #888;
}
