.news-itemlist a{
	color: #333;
	font-size: 16px;
	background: #ececec;
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 2px;
	text-decoration: none;
}
.news-itemlist a:hover {
	background: #843f74;
	color: white;
}
.news-itemlist a.current {
	background: #843f74;
	color: white;
}