.news_item h1,
.news_item h2 {
	font-size: 150%;
	font-weight: normal;
	color: black;
}
.news_item h1 em,
.news_item h2 em {
	display: block;
	font-size: 70%;
	color: #666;
}
.news_item {
	margin-top: 2em;
	border-top: 2px solid #666;
}
.news_item:first-child,
.news_item.first-child {
	margin-top: 0;
	border-top: none;
}
.news_box_item img {
	float: right;
	margin: 1em 0 1em 1em;
}
