@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family:"宋体";
}
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #424242;
	background-color:#E5E6E7;
}
a:link {
	color: #424242;
	font-size:12px;
	
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	color:#074893;
	text-decoration:none;
	font-size:12px;
}
a:active{
	color: #074893;
	text-decoration: none;
	font-size:12px;
}

