body {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	color: #000000;
}
.small {
	font-family: Arial;
	color: #CC9900;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.largebold {
	color: #FFCC33;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
.main {
	color: #FFCC33;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #99FF00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.greenbold {
	color: #99CC33;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.extralarge {color: #FFCC33; font-size: 24px; font-weight: bold; font-family: Arial; }

