@charset "utf-8";
/* CSS Document */
/* content */
table { 
width: 900px; 
border-collapse: collapse; 
background:#fff;
margin:0 auto;
font-family: Verdana, Geneva, sans-serif;
}
table tr th{
	text-align:center;
	font-size:15px;
	line-height:30px;
	height:30px;
	border:1px solid #CCC;
	background-color:#A7C942;
}
table tr td{
	font-size:14px;
	line-height:22px;
	height:25px;
	color:#000;
	border:1px solid #CCC;
	padding:0 10px;
}


	
	