body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
}
h1 {
	font-size: 45px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:link {
	text-decoration: none;
	color: #999999;
}
#navigation a:hover {
	text-decoration: underline;
	color: #999999;
}
#navigation a:visited {
	color: #999999;
	text-decoration: none;
}
#title {
	text-align: center;
}
#navigation {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC1A00;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC1A00;
}
#navigation li {
	display: inline;
	padding-right: 35px;
}
#content {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
#footnote {
	text-align: center;
	width: 350px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CC1A00;
	margin-bottom: 20px;
}
