body { 
	background-color: #00d0d8;
	color: #000;
}

ul.posts {
	list-style-type: none;
	margin: 0 0 8px -40px;
	padding: 0;
}

ul.posts a {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	background: #13fbf3 url(/images/news/news_arrow_bg.png) no-repeat right 50%;
	padding: 20px 50px 20px 40px;
	margin: 0 0 10px 0;
	line-height: 1em;
	float: left;
}

ul.posts a:hover { background-color: #ffff00; }

.date, ul.posts a span {
	font-size: 18px;
	color: #067175;
}

.posts li { list-style-type: none; clear: both; }

.caption, .caption a { color: #067175; }

.newsStory a { color: #000; font-weight: normal; font-style: normal;}

.newsStory a:hover { color: #ffe400; }