body {
	font-family: sans-serif;
	background-color: black;
	color: white;
}

a:link {
	color: #f04;
	text-decoration: none;
}
a:hover {
	color: #f04;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}

#logo {
	display: block;
	margin: 0 auto;
	max-width: 40em;
	width: 100%;
}

#contact {
	margin-top: 2em;
	text-align: center;
}