.a:visited {
	font-family:"宋体";
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.a:hover {
	font-family:"宋体";
	font-size: 12px;
	color:#EC0000;
	text-decoration:underline;
}

.a:link {
	font-family:"宋体";
	font-size: 12px;
	color:#000066;
	text-decoration: none;
}

.b:visited {
	font-family:"宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.b:hover {
	font-family:"宋体";
	font-size: 12px;
	color:#36F1D6;
	text-decoration:underline;
}

.b:link {
	font-family:"宋体";
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
}



