#newsList {margin: 0 25px;}
.newsItem {padding: 0; margin: 0 0 0.125em 0;}
.newsItem.nth-child-odd {background: #BEEAF9;}
	.newsDate, .newsTitle, .newsLink {float: left; padding: 5px 0;}
	.newsDate, .newsLink {font-size: 7pt;}
	.newsDate {width: 100px; padding-left: 5px;}
	.newsTitle {width: 270px;}
	.newsLink {float: right; width: 75px; padding: 0; text-align: right; background: #BEEAF9;}
	.nth-child-odd .newsDate, .nth-child-odd .newsTitle {color: #000;}
	.nth-child-odd .newsLink {background: #BEEAF9;}
		#content .newsLink a {color: #000; font-weight: bold; background: #fff; display: block; padding: 5px 5px 5px 0;}
		#content .nth-child-odd .newsLink a {background: transparent; color: #000;}
		#content .newsLink a:hover {color: #0799F9;}
.articleTitle {font-style:italic;}