#content ol {
	padding: 0;
	margin: 0;
}
#content ol li {
	display: inline;
}
#content ol li a {
	text-decoration: none;
}
#content ol li a:hover {
	border-bottom: 2px solid #336;
}
#content ol li img {
	border: none;
}
.news_item h4{
	color: red;
	text-indent: 10px;
}
.news_item span.date {
	color: #999;
	font-size: 0.6em;
}
.news_item img {
	float: left;
	border: none;
	margin: 5px;
}