/* CSS Document */

/*--information--*/
#news {
	overflow: auto;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	width: 630px;
	padding: 5px 5px;
	border-bottom: 1px dotted #ccc;
}

#news a {
	color:#666;
	text-decoration:none;
	display:block;
	}
	
#news a:hover{
	color:#006666;
	text-decoration:underline;}
