.blue {
	font-family: Arial;
	font-size: 16px;
	color: #CCFFFF;
}
.white {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #CCFFCC; }

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(pics/mainbackrnd.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.a {
	font-family: Arial;
	font-size: 14px;
	color: #9B7A06;
}
a:link {
	color: #9B7A06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B7A06;
}
a:hover {
	text-decoration: none;
	color: #D6B743;
}
a:active {
	text-decoration: none;
	color: #9B7A06;
}