body {
	color: #B4B4B4;
	font-family: Garamond, "Times New Roman", serif;
	background-color: #333;
	margin: 50px 0 0;
}
.smalltext {
	font-size: small;
}
a:link {
	color: #69ADD8;
	font-size: inherit;
	text-decoration: none;
}
a:visited {
	color: #69ADD8;
	font-size: inherit;
	text-decoration: none;
}
a:hover {
	color: #dfdfdf;
	font-size: inherit;
	text-decoration: none;
}
a:active {
	color: #dfdfdf;
	font-size: inherit;
	text-decoration: none;
}
.navbox {
	color: #D7BAD7;
}
.smallbold {
	font-size: small;
	font-weight: bold;
}

.divider {
	background-color: #4f4f4f;
}
.spacer {
	height: 20px;
}
