	#news {
		text-align:justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		text-decoration: none;
		
	}
	
	#news div {
		overflow:auto;
		margin: 0px;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 10px;	
	}
	
	#news img {
		float: left;
		margin-right: 5px;	
		border: 1px solid #999;	
	}
	
	#news a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #00536C;
		text-decoration: none;
		font-weight:normal;
	}
	
	#news a:hover {
		text-decoration:underline;
	}