body
{
	margin: 0px;
	background: #000000;
}

body,p,h1,h2,h3,table,tr,td,div,ol,ul,li,a,pre 
{
	font-family: Arial; 
	font-size: 12px;
	color: #332212;
}

ul
{
	margin-left: 16px;
}

ol
{
	margin-left: 3em;
}

p
{
	margin-top: 14px;
	margin-bottom: 0px;
}

form
{
	display: inline;
}

a { color: #D74513; text-decoration: underline; }
a:visited { color: #D74513; }
a:hover { color: #D74513; }

h1
{
	font-size: 16px;
	color: #e15c26;
}

h2
{
	font-size: 14px;
	color: #332212;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
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 white;
padding: 1px 0;
text-decoration: none;
color: #332212;
}

#dropmenudiv a:hover{ /*hover background color*/
color: D74513;
}

