BODY{
	background-color: #660000;
	topmargin: 25;
	bottommargin: 25;
	}
	
a:link    {color: #660000; text-decoration: none; font-weight: none}
a:visited {color: #660000; text-decoration: none; font-weight: none}
a:active  {color: #660000; text-decoration: none; font-weight: none}
a:hover   {color: #660000; text-decoration: none; font-weight: none}

a.blue:link    {color: #3366ff; text-decoration: none; font-weight: none}
a.blue:visited {color: #3366ff; text-decoration: none; font-weight: none}
a.blue:active  {color: #3366ff; text-decoration: none; font-weight: none}
a.blue:hover   {color: #3366ff; text-decoration: underline; font-weight: none}

#dropmenudiv{
position:absolute;
top: 0;
border:1px solid #660000;
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:13px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
color: #fff8dc;
border-bottom: 1px #660000;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fff8dc;
color: #660000;
}

