body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

a:link, a:visited {
	color: #FF9900;
}

a:hover, a:active {
	color: #FFCC00;
}

#header h1 {
	margin: 10px 0px 20px;
	font-size: 30px;
	color: #FFCC00;
	text-align: center;
}

#content p {
	margin-top: 5px;
}

#content h1 {
	margin-top: 3px;
	color: #FF9933;
	font-size: 18px;
}

#content h2 {
	margin-top: 10px;
	color: #FFCC00;
	font-size: 16px;
}

#content hr {
	float: left;
	width: 100%;
	height: 2px;
	background-color: #666666;
}

.bottomNav {
	width: 100%;
	padding-bottom: 15px;
	font-size: 15px;
	text-align: center;
}

.updater .contact {
	margin: 0px 0px 5px;
	font-size: 14px;
	padding-top: 10px;
}

.updater .date {
	margin: 0px;
	color: #FFCC00;
	font-size: 13px;
	font-weight: bold;
}