div.news-item {
	border-bottom: 1px solid silver;
	margin: 0 0 1em 0;
}

h1.news-item-title, h1.news-item-title a{
	color: #404040;
	text-decoration: none;
	text-transform: uppercase;
}

h1.news-item-title a:hover{
	color: #404040;
	text-decoration: underline;
}

h1.news-item-title span.news-item-title-bullet{
	color: gray;
}

div.news-item-img {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #505050;
	padding: 2px;
}

div.news-item-img img{
	border: 1px solid #505050;
}

div.news-date-time {
	color: #6E1F1D;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.news-item-description {
	margin-bottom: 1em;
	text-align: justify;
}
