body {
	margin: 10px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
}
a {
	color: #00CC00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	text-align: center;
}
h1 {
	font-size: 36px;
	color: #00CC33;
	text-decoration: none;
	margin: 10px;
	padding: 0px;
	text-align: center;
}