.nav {
	font-size: 10.5pt;
	line-height: 14pt;
	color: #ff0000;
	font-family: "宋体";
	text-decoration: none;
}
.nav:hover {
	font-size: 10.5pt;
	color: #999999;
	font-family: "宋体";
	text-decoration: none;
}
.nav:visted {
	font-size: 10.5pt;
	color: #ff0000;
	font-family: "宋体";
	text-decoration: none;
}
.nav:active {
	font-size: 10.5pt;
	color: #ff0000;
	font-family: "宋体";
	text-decoration: none;
}

 .nav2 ,.nav2:visted , .nav2:active  {
	font-size: 10.5pt;
	line-height: 14pt;
	color: #800000;
	font-family: "宋体";
	text-decoration: none;
}
.nav2:hover {
	font-size: 10.5pt;
	color: #666666;
	font-family: "宋体";
	text-decoration: none;
}

