body {
	background-color: #201F25;
	margin: auto;
}
a {
	padding: 0px;
}
a:link, a:visited {
	color: #C0C0C0;
	text-align: center;
	text-decoration: none;
}
a:hover, a:active {
	color: #3F3F3F;
	background-color: rgba(192, 192, 192, 0.5);
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
ul.horizontal-list {
	list-style: none;
}
header {
	color: #C0C0C0;
	text-align: center;
}
section {
	color: black;
}
header, section {
	position: relative;
	top: 10px;
	right: 0px;
	left: 0px;
	display: block;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(80, 78, 92, 0.5);
	width: 800px;
	margin: auto;
	padding: 5px;
}
