* {
	margin: 0px;
	padding: 0px;
}
#newsArea {
	/*overflow: hidden;*/
	/*height: 105px;*/
	height: 105px;
	overflow: visible;
}
#news .date {
	width: 55px;
	font-weight:normal;
	float: left;
}
#news .cnts {
	margin-left: 10px;
	line-height: 15px;
	padding-top: 3em;
	padding-bottom: 0em;
	color: #757575;
}
#news a:link, #news a:visited, #news a:active {
	font-weight: bold;
	text-decoration : none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999;
}
#news a:hover { 
	font-weight: bold;
	text-decoration : none;
}