body {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
}
img {
	border: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #b00000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}


/*表格*/
.tablemingcheng{width:800px;height:410px;margin-left: auto;margin-right:auto;font-size:16px;text-align: center; border-bottom:solid 1px #ffdfd1;border-right:solid 1px #ffdfd1;}
.tablemingcheng tr td {
	border-top:solid 1px #ffdfd1;	
}
.tablemingcheng td {
	border-left:solid 1px #ffdfd1;
}


