.a:link {
	font-family: "新宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.a:hover {
	font-family: "新宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.a:visited {
	font-family: "新宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.a:active {
	font-family: "新宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
