.a:link {
	font-family: "宋体";
	font-size: 12px;
	color:#000;
}
.a:visited {
	font-family: "宋体";
	font-size: 12px;
	color:  #000;
}
.a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
.a:active {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.a1:link {
	font-family: "宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.a1:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.a1:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.a1:active {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
}

