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