/* 素色代码 body {filter:gray;} */

/* 正常 及 链接 */
.{
	font-family: "宋体";
	font-size: 10pt;
}
:link {
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
:visited {
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
:hover {
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}



/* 筛选内容 */
.link1:link {
	font-family: "宋体";
	font-size: 10pt;
	color: #0066FF;
	text-decoration: none;
}
.link1:visited {
	font-family: "宋体";
	font-size: 10pt;
	color: #0066FF;
	text-decoration: none;
}
.link1:hover {
	font-family: "宋体";
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
}



/* 选页翻页 */
.link2:link {
	font-family: "宋体";
	font-size: 10pt;
	color: #FF3300;
	text-decoration: none;
}
.link2:visited {
	font-family: "宋体";
	font-size: 10pt;
	color: #FF3300;
	text-decoration: none;
}
.link2:hover {
	font-family: "宋体";
	font-size: 10pt;
	color: #FF3300;
	text-decoration: underline;
}



/* 后台左侧菜单 */
.link3:link {
	font-family: "宋体";
	font-size: 10pt;
	color: #0000FF;
	text-decoration: underline;
}
.link3:visited {
	font-family: "宋体";
	font-size: 10pt;
	color: #0000FF;
	text-decoration: underline;
}
.link3:hover {
	font-family: "宋体";
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}