* {
	margin: 0px;
	padding: 0px;
}
#newsArea {
	/*overflow: hidden;*/
	/*height: 105px;*/
	width: 340px;
	padding: 5px;
	border: 1px solid #66CCFF;
	margin: 10px;
	height: 140px;
	overflow: visible;
}
#news .date {
	width: 55px;
	font-weight: bold;
	float: left;
}
#news .cnts {
	margin-left: 10px;
	line-height: 14px;
	padding-top: 3em;
	padding-bottom: 2em;
}
#news a:link, #news a:visited, #news a:active {
	font-weight: bold;
	text-decoration : none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news a:hover { 
	font-weight: bold;
	text-decoration : none;
}