body {
	margin: 0px;
	background-color: #000000;
	color: #9f9f9f;
}
p {
	margin-left: 0px;
	margin-top: 5px;
}
a {
	color: #d7a463;
	text-decoration: none;
	margin-left: 0px;
}
a:hover {
	text-decoration: underline;
}
a.page {
	color: #3b3d37;
	font-weight: bold;
	text-decoration: none;
	margin-left:5px;
}
a.other {
	color: #a4d763;
	text-decoration: none;
	margin-left: 5px;
}
a.other:hover {
	color: #d7a463;
	text-decoration: underline;
}
h1 {
	color: #a4d763;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}