.news_item p{
	line-height: 1em;
	margin: 0px;
}

.news_item_title{
	font-size: 1.4em;
	font-weight: bold;
	background-color: #DDD;
	padding: .5em;
}

.news_item_info{
	background-color: #EEE;
	padding: .3em;
	padding-left: 1em;
}

.news_item_content{
	border-width: 4px;
	border-style: solid;
	border-color: #EEE;
	border-top: 0px;
	padding: 1em;
}

