.news-table {
	background-color: white;
	border: 1px solid #E6ECD2;
	width: 400px;
	padding: 7px;
	-moz-border-radius: 7px;
}
.news-table:hover {
	background-color: #F9F9F9;
}

.news-table-header {
	background-color: #F9F9F9;
}
