ul.news_item {
	list-style:none;
	padding: 0;

}

ul.news_item li {
	font-size: 11px;	

	border-bottom: 1px dotted #666;
	padding: 10px;
}

.news_date {
	font-style:italic;	
	color: #ccc;
	padding-bottom: 4px;
	display:block;
}
ul.news_item li a {
	
}
.headline {
	font-size: 12px;	
	font-weight: bold;
}
.external {
	display: block;
	text-indent: 15px;
	background: url(images/external.gif) no-repeat 0 2px;
}
.external:hover {

}