/* Default Set */
body {
	background: #171407;
	margin: 0px;
	padding: 0px;
	color: #E6E1CC;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.middle {
	font-size: 12px;
	line-height: 144%;
}
.small {
	font-size: 10px;
	line-height: 144%;
}