body {
	color: #969696;
	font-family: Garamond, "Times New Roman", Times, serif;
	background-color: #333;
	margin: 50px 0 0;
}
.smalltext {
	font-size: small;
}
a:link {
	color: #8BC3F6;
	font-size: inherit;
	text-decoration: none;
}
a:visited {
	color: #8BC3F6;
	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: #B4B4B4;
	font-size: medium;
}
.logo {
	font-size: large;
	color: #B4B4B4;
}
.smallbold {
	font-size: small;
	font-weight: bold;
}

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

