a.news {
	display: block;
	padding: 20px;
	border: 2px solid #EEE;
	text-decoration: none !important;
}

	a.news:hover {
		border: 2px solid #66CC00;
		/*background-color: #f2f2f2;*/
	}

a.news h3.page-title,
a.news p {
	font-size: 100% !important;
	margin: 0px !important;
}

a.news p {
	color: #333;
}

a.news h3.page-title {
	margin-bottom: 10px !important;
}

ul.pagination {
	margin: 0px !important;
	padding: 0px !important;
}

ul.pagination > li:before {
	content: "" !important;
}

ul.pagination > li.active > span {
	background-color: #66CC00;
	border-color: #66CC00;
}

ul.pagination a {
	text-decoration: none !important;
}