#news_items{
	margin: 0;
	padding: 0;
}

#news_items li{
	background: none;
	padding: 0;
	margin: 0 0 25px;
}

#news_items a{
	color: #9D8D85;
}

#news_items a:hover{
	text-decoration: none;
}

#news_items a:hover .news_item_title{
	color: #ED1A3B;
}

#news_items a .news_item_title{
	font-size: 1.2em;
	color: #9D8D85;
}

#news_items a .news_item_date{
	color: #AAA39D;
}


#news_items a .read_more{
	color: #ED1A3B;
}

