#news a.news {
	color : #444444;
	text-decoration : none;
	font-weight : normal;
	display : block;
}

a.news:hover {
	color : #990000;
	background : #fbfbfb;
}

#actions-pane #news a, #actions-pane #news h2 {
	font-size : 0.8em;
}

#news-article {
	line-height : 1.3em;
}

#news-article p {
	margin-top : 20px;
}

