/* CSS Document */
#news{
    height:1100px;
	width:782px;
	float: right;
}
#news h1{
	font-size: 100%;
	line-height: 30px;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #0000FF;
	color: #FFFFFF;
	text-indent: 20px;
	margin: 10px;
}
#news h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#news ul{
	margin-left: 200px;
	
}
#news ul li{
	font-size: 24px;
	line-height: 80px;
	height: 80px;
	color: #0000FF;
	font-weight: bold;
}