div.newscontainer {
	margin-right: 10px;	
}

div.news_navigation {
	margin: 10px 0;	
	text-align: center;
	border: solid 1px #f1ffdf;
	background: white;
	padding: 5px; 
}

div.news_navigation a {
	color: #6caf00;
	font-weight: normal;
	text-decoration: none;
}

div.news_navigation a span {
	color: #8a320e;
	font-weight: bold;
}

div.news_navigation a:hover {
	text-decoration: underline;
}

div.news_navigation a.prev {
	float: left;
}

div.news_navigation div.clear {
	clear: both;
}

div.news_navigation a.next {
	float: right;
}

div.news_navigation a.list {
}

div.newscontent {
	margin: 10px 0;
}

div.newscontent div.date {
	font-weight: bold;
	font-variant: normal;
	color: black;
}
