body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 { 
	color: #400040;
	font-size: 20px;
	line-height: 24px;
}
h2 { 
	color: #703270;
	font-size: 16px;
	line-height: 24px;
}
a {
	color: #400040;
	text-decoration: underline;
}
a:hover { 
	color: #725372; 
	text-decoration: underline; 
}
a:visited { 
	color: #4382A3; 
	text-decoration: underline; 
}

table{
	font-size:12px;
}

.news {
	color=#400040;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.news h1{
	font-weight:bold;
}
#dropmenudiv{
height:25px;
position:absolute;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: E0EECD;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
background-color: E0EECD;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: E0EECD;
text-decoration: none;
color: black;
}

