@charset "UTF-8";
/* CSS Document */

#news {
	margin: 40px 1.5em 0 1.5em;	
}

.news-title {
	padding: 5px 0;
	font-weight: bold;	
}

.news-date {
	
}

#news a:link,a:visited {
	color: #000;
	text-decoration: underline;
}

#news a:visited {
	color: #000;
	text-decoration: underline;
}

#news a:hover {
	color: #000;
	text-decoration: none;
}

.news-list-date {
	font-weight: bold;	
}