#news_left .text, #news_center .text {
	margin: 0;
	padding: 0;
	margin-right: 20px;
}
#news_right .text {
	margin: 0;
	padding: 0 5px;
}
#news_left, #news_center {
	float: left;
	width: 32%;
}
#news_right {
	float: left;
	width: 34%;
}
.text h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
}
.text h2 span {
	font-weight: normal;
	margin-left: 10px;
}
.text a {
color:#556622;
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}