body {
	margin: 0px;
	background-color: #1b1d17;
	color: #9f9f9f;
}
p {
	margin-left: 50px;
	margin-top: 5px;
}
li {
	color: #a4d763;
	font-weight: bold;
}
a {
	color: #a4d763;
	text-decoration: none;
}
a:hover {
	color: #d7a463;
	text-decoration: underline;
}
a.page {
	color: #3b3d37;
	font-weight: bold;
	text-decoration: none;
}
a.link {
	color: #d7a463;
	text-decoration: none;
	margin-left: 40px;
}
a.link:hover {
	text-decoration: underline;
}
h1 {
	color: #a4d763;
	font-size: 36px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	color: #c7c7c7;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}