<style>
Body {background: #113707;}
.mainbody
	{
		background-color: #113707;	
		font-family: "Arial", sans-serif;
		font-size: 10pt;
		color: #FEE6AB;
		scrollbar-face-color:#FAB117;
		scrollbar-arrow-color:#113707;
		scrollbar-track-color:#113707;
		scrollbar-shadow-color: ;				scrollbar-highlight-color: ;
		scrollbar-3dlight-color: ;
		scrollbar-darkshadow-Color: ;
	}

h1 {
	color: #FAB117;
	font-size: large;
	font-face: arial;
	text-align: center;
   }

h2 {
	color: #FAB117;
	font-size: medium;
	font-face: arial;
	text-align: center;
   }

h3 {
	color: #FEE6AB;
	font-size: medium;
	font-face: arial;
	text-align: center;
   }

:link {
	color: #FAB117;
	text-decoration: none;	
      }
:visited {
	color: #FAB117;
	text-decoration: none;
      }
:active {
	color: #FAB117;
	text-decoration: none;	
      }
:hover {
	color: #FAB117;
	text-decoration: underline;
      }

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#100e71;
}

</style>