a.news, a.article {
	display: block;
	margin-bottom: 25px;
	text-decoration: none;
	color: #000;
}

a.news .ndate {
	display: block;
	font-size: 10px;
	color: #999;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-bottom: 3px;
}

a.news:hover, a.article:hover {
	text-decoration: underline;
	color: #0086CF;
}

.news h1, .article h1, .news h2, .article h2{
	font-size: 140%;
	line-height: 1.1em;
	color: #70a900;
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

.news:hover h1, .news:hover h2, .news:hover .ndate, a.article:hover h1, a.article:hover h2, a.article:hover .num {
	text-decoration: none;
}

a.article {
	padding-left: 20px;
}

a.article .num {
	float: left;
	position: relative;
	top: 5px;
	font-size: 75%;
	color: #999;
	margin-left: -20px;
	margin-right: -20px;
}

.article h1, .article h2 {
	margin-bottom: 4px;
}
