body {
	background-color: black;
	font-family: trebuchet, "trebuchet ms", helvetica, geneva, sans-serif;
	color: #CCCCCC;
}
A:link {
	color: #3E5F3C;
}
A:visited {
	color: #5B4A35;
}
A:active {
	color: red;
}
h1,h2,h3,h4,h5,h6 {
	color: #9E8A6C;
}
A:hover {
	color: #999999;
}
h2 {
		font-size: 110%;
}