
BODY {background:#000000}

A:link { color: #cccccc; text-decoration: underline; }
A:visited { color: #cccccc; text-decoration: underline; }
A:hover { color: #c2994c; text-decoration: none; }
A:active { color: #c2994c; text-decoration: none; }

A.nav:link { color: #f2f0f1; text-decoration: none; }
A.nav:visited { color: #f2f0f1; text-decoration: none; }
A.nav:hover { color: #ffffff; text-decoration: underline; }
A.nav:active { color: #ffffff; text-decoration: none; }

A.navtop:link { color: #000; text-decoration: none; }
A.navtop:visited { color: #000; text-decoration: none; }
A.navtop:hover { color: #F00; text-decoration: underline; }
A.navtop:active { color: #F00; text-decoration: none; }

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
}
.navText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
