#cont {
	padding: 10px;
}

#news_title {
	margin-top: 20px;
        text-align: center;
}

.body {
	border-top: 2px dotted;
	padding: 4px;
	border-color: #9c9c9c;
	overflow: auto;
	clear: left;
}

.news_heading {
	color: #205574;
	font-size: 16px;
	padding: 4px;
	float: left;
	max-width: 600px;
}

.date {
	padding: 6px;
	float: right;
	color: #9c9c9c;
	font-size: 11px;
}

.back {
	margin-top: 12px;
}

a.news {
	color: #205574;
	text-decoration: none;
}

a.news:hover {
	color: inherit;
	text-decoration: underline;
}
img.news_thumb {
	border-style: none;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

