
/**************************************/
#news {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	}
#news h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	}
#news h3, #news h2 {
	text-align: left;
	padding:12px 0;
	color: #005DAA;
	font-size : 12px; 
	line-height: 12px;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 2px;
	border-top: 1px solid #999; 
	}
#news p {
	text-align: left;
}