.news{
	position:absolute;
	font-size:10px;
	background-color: #13790C;
	padding:3px 0px 3px 0px;
	font-family:verdana;
	font-weight:bold;
	height:50;
	width:500;
	overflow:hidden;
}
.news a{
text-decoration:none;
color:#FFFFFF;
}
.news a:hover{
text-decoration:underline;
}
.news a:visited{
color:#FFFFFF;
}
.news a:visited:hover{
text-decoration:underline;
}

.header{
	border: 0px solid White;
	background-color:  #13790C;
	position:relative;
	width:500;
	height:21;
	overflow:hidden;
	color : #DFC69C;
}
