.newsitem
{
	padding: 0 0 20 0;
	clear: both;
}
.newsdate
{
	color: #5b8500;
	font-weight: 900;
}
.newsnotice
{
	margin: 3 0 0 0;
}
.newsnotice p
{
	margin: 0;
	padding: 0;
}
.newssource
{
	margin: 3 0 0 0;
	clear: both;
}
.newsauthor
{
	margin: 3 0 0 0;
	clear: both;
}
.newscomments
{
	margin: 5 0 0 0;
	clear: both;
	background: #f9f9f9;
	padding: 5 10;
}
.newsimage
{
	float: left;
	margin: 0 12 0 0;
	border: 1px solid #979d9b;
}
a.newslink,a.newslink:active,a.newslink:visited
{
	color: #737070;
	text-decoration: underline;
}
a.newslink:hover
{
	color: #5b8500;
	text-decoration: underline;
}