body { font-family: Verdana, Arial, Helvetica, sans-serif; }/* general body text */
h1, h2, h3 { font-family: Arial, Helvetica, Verdana, sans-serif; color: white }
h1 {color: #009933; font-size: 1.5em; margin-top: 0.4em; margin-bottom: 0.1em; }
h2 {color: #009933; font-size: 1.3em; margin-top: 0.3em; margin-bottom: 0.1em; }
h3 {color: #009933; font-size: 1.1em; margin-top: 0.2em; margin-bottom: 0.1em; }
p, ul, ol, dt, dd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; margin-top: 0.4em; margin-bottom: 0.3em;}
hr        { color: #009933}
.highlight {background:yellow}
.xx-small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em}
.banner {color: white; font-size: 2.2em; margin-top: 0em; margin-bottom: 0.3em; background-color: #009933; text-indent: 0.3em}
.subbanner {color: white; font-size: 1.1em; margin-top: 0.6em; margin-bottom: 0.3em; background-color: #009933; text-indent: 0.3em;}
a:hover {color: #FF0000;text-decoration: none;}
a:link {color:blue ; text-decoration: none; }
a:active {color: red; text-decoration: none; }
a:visited {color: purple; text-decoration: none; }
.class1 A:link {color: white;}
.class1 A:visited {color: white;}
.class1 A:active {color: white;}
.class1 A:hover {color: white;}

/* --- menu --- */
.menu {
	width: 100%;
}
.menu ul {
	list-style-type: none; /* --- gets rid of bullets --- */
	margin: 0;
	padding: 0; 
}
.menu ul li {padding-bottom: 2px; /* --- creates white lines between menu items --- */
	margin: 0px;
}
.menu ul li a {
	color: #009933;
	background: white;
	display: block;
	padding: 2px 0;
	line-height: 12px;
	padding-left: 6px;
	text-decoration: none;
	font-weight: bold
}
.menu ul li a:visited {
	color: #009933;
	background: white;
	text-decoration: none;
}
.menu ul li a:hover {
	color: white;
	background: #009933;
	text-decoration: none;
}

