@charset "UTF-8";
/* CSS Document */

#news-results .article-list {
	margin: 0;
	padding: 0;
}

#news-results .article-list li {
	border-bottom: 1px dotted #CDCAB3;
	display: block;
	font-size: .85em;
	list-style: none;
	padding: 1em 0 0;
	width: 100%;
}

#news-results .article-list li h2 {
	font-weight: normal;
	margin: 0;
}

#news-results .article-list li h2 a {
	color: #222;
}

#news-results .article-list li h2 a:hover {
	color: #005596;
}

#news-results .article-list li .date {
	color: #576423;
	font-size: 1.15em;
}
