body {
	background-color: black;
}

#heading {
	color: #00FF00;
	background-color: #303030;
	letter-spacing: 0.3em;
}
#heading h1 {
	font-family: verdana;
	text-transform: uppercase;
	font-size: 1em;
}
#heading h1:first-letter {
	font-size: 2em;
}

#content {
	margin-left: 10em;
	margin-top: 2em;
	background-color: #202020;
	color: #00AA00;
}
#content a {
	color: #00EE00;
	text-decoration: none;
}

#navigation {
	font-family: verdana;
	font-size: .9em;
	float: left;
	width: 9.5em;
	background-color: black;
	color: white;
}
#navigation a {
	color: white;
}
