@charset "UTF-8";
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
body {
	background-color: #000000;
	margin-top: 0px;
}

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC99;
	line-height: normal;
}
.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF9933;
	line-height: normal;
}
.smallcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC99;
	line-height: normal;
}
