@charset "utf-8";
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	background-color: #faf5f1;
	letter-spacing: 1.5px;
}
a:link {
	font-family: "宋体";	
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "宋体";	
}
a:hover {
	font-family: "宋体";	
	color: #000000;
	text-decoration: underline;
}

