.newsitem {
	padding: 0 0 20px 0;
}

.newsitem a {
	font-weight: bold;
	
	color: #444;
	
	text-decoration: none;
}

.newsitem a:hover {
	font-weight: bold;
	
	color: #ee2c74;
	
	text-decoration: none;
}

.newsitem_title {
	font-weight: bold;
	
	color: #ee2c74;
}

.newsitem_title a {
	color: #ee2c74;
	text-decoration: none;
}

.newsitem_title a:hover {
	color: #ee2c74;
	text-decoration: none;
}

.newsitem_date {
	color: #1e4164;
}

.newsitem_date a {
	color: #1e4164;
	text-decoration: none;
	
	font-weight: normal;
}

.newsitem_date a:hover {
	color: #1e4164;
	text-decoration: none;
	
	font-weight: normal;
}

.newsitem_text {
	padding: 0 0 10px 0;
}