.news dt {
	font-size: 13px;
	text-align: left;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	font-weight: bold;
}
.news dt, .news dt a:link, .news dt a:visited {
	background: white;
	color: black;
	text-decoration: none;
}

.news dd {
	background: white;
	color: black;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-top-width: 0;
	margin: 0;
	margin-bottom: 20px;
}
.news_content {
	padding: 5px;
	text-align: justify;
}

.news_date {
	font-size: 11px;	
	text-align: left;
	color: grey;
        padding: 5px;
	padding-bottom: 0;
}
.news_date span {
	font-weight: bold;
}

.news_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0;
}

.news_more {
	font-size: 11px;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 5px;
	text-decoration: underline;
}

.news_author {
	font-size: 11px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: gray;
	padding: 5px;
	clear: both;
}
.news_author span {
	font-weight: bold;
}
