@charset "utf-8";
/*=====================层样式=========================*/
.table-style{
	border-left:1px solid #666;
	border-top:1px solid #666;
	width:100%;
}
.table-style td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	text-align:left;
	padding:5px;
}

.table-style td:first-child{
	background:#FF0;
}