BODY {
	BACKGROUND-COLOR:#000000;  BACKGROUND-IMAGE:none;  
}
.norm {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF
}
.normlarge {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
	color : #FFFFFF
	}
.normlarge2 {
	background-color : transparent;
	font-family : "Book Antiqua";
	font-size : 18px;
	text-decoration : none;
	font-weight: none;
	letter-spacing : 1px;
	color : #666699;
}
.indicator {
	background-color : transparent;
	font-family : "Book Antiqua";
	font-size : 20px;
	text-decoration : none;
	color : #336699;
	font-weight : none;
	letter-spacing : 1px;
}
.nav:link {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : underline;
}
.nav:active {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	color: white;
}
.nav:hover {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color: white;
	font-weight : bold;
	}
.nav:visited {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	color: white;
}