body {
	background-color: #000;
	color: #FFF;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 0.8em;
}
#wrapper {
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #00152B;
}
#header {
	background-color: #036;
}
#content {
	text-align: center;
}


a:link {
	color: #99CC99;
}
a:visited {
	color: #99cc99;
}
a:active {
	color: #cccccc;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 0.9em;
	color: #CCC;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.update {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #FFC;
	text-align: center;
}

