.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 3em;
	margin-right: 3em;
}
body {
	background-color: #000000;
}
h1 {
	color: #FF0000;
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
	color: #CC0000;
}
.Aside {
	font-size: .8em;
	color: #999999;
}
.Menu {
	text-align: center;
	margin-top: .5em;
	font-size: 0.8em;
}
.Menu a:link {
	color: #FF0000;
	text-decoration: none;
}
.Menu a:visited {
	color: #CC0000;
	text-decoration: none;
}
.Menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.Menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.Logo {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.Credits {
	font-size: .8em;
	color: #999999;
	margin-top: 3em;
	text-align: center;
	clear: both;
}
.Credits a:link {
	color: #999999;
	text-decoration: none;
}
.Credits a:visited {
	color: #999999;
	text-decoration: none;
}
.Credits a:active {
	color: #999999;
	text-decoration: underline;
}
.Credits a:hover {
	color: #999999;
	text-decoration: underline;
}
