@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #020202;
	text-decoration: none;
}
a:link {
	color: #020202;
	text-decoration: none;
}
a:visited {
	color: #020202;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
