a#news
{
	background: url('images/framework/news.png') top;
}

div.news_image
{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

div.news_item_heading
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

a.news_link:visited
{
	color: black;
}
a.news_link:link
{
	text-decoration: none;
	color: black;
}
a.news_link:hover
{
	text-decoration: underline;
}

div.link_back
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.news_date
{
	display: inline-block;
	float: right;
	font-size: 13px;
	margin-bottom: 10px;
}
