a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bolder;	
}
 a:hover {text-decoration:underline; color:#FFFF00}
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0em;
	padding: 0px;
	line-height: 1.5em;
	}
h2 {
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background-color: #006600;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	}
h4 {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	}

.menu {
	width:100%;  /* makes the div fill its container - usually body */
	padding:14px 0; /* pushes the links away from top and bottom of the div */
	font-size:16px;  /* sets the font size of all links */
	text-align:right; /* sets the background color of the div */
	
	margin-top:1.5em;
	position: Static;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	
	
}

 .menu a:hover {text-decoration:underline; color:#FFFF00} /* underlines the links when hovered */
.menu a:active { color: #FFFF00; text-decoration: none }
 .menu a {
	color:#FFF;
	text-decoration: none;
	font-weight: bolder;
} /* had to explicitly color these or they inherit white from div#footer li */
.box1 {
	border-width: thin;
	border-color: #009900 #006600 #006600 #009900;
	border-style: double;
	margin: 10px;
	padding: 10px;
	background-color: #006600; 
 }
 
 
 .box2 {
	border-width: thin;
	border-color: #FFFF33 #FFCC00 #FFCC00 #FFFF66;
	border-style: double;
	margin: 10px;
	padding: 10px;
	background-color: #FFFF00;
 
 ul {
	font-style: normal;
	line-height: 28px;
	text-align: left;
	white-space: normal;
	list-style-position: outside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
}
