.css {
	color: #0b3b63;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;

}
a:link {
	color: #0b3b63;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: 0b3b63;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	color: FF6600;
	text-decoration: none;
}
