#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 128px;
	width: 317px;
	overflow: auto;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #84AA00;
}
#news a:link, a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#news a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
