#news_stories {
	background-color: #D5D1C1;
	width: 215px;
	color: #000;
	font-size: 12px;
	margin-top: 7px;
	list-style: none;
}
#news_stories h2 {
	background: url('../images/bg_news_h2.jpg') repeat-x;
	line-height: 28px;
	width: 205px;
	color: #fff;
	font-size: 13px;
	padding-left: 10px
}
#news_stories li {
	background: url('../images/bg_news_bullet.jpg') no-repeat left center;
	padding: 8px 0 8px 15px;
	margin-left: 10px;
}
#news_stories a {
	color: #000 !important;
	text-decoration: underline;
}