a.a:link {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #0000CC;
	text-decoration: underline;
}
a.a:visited {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #0000CC;
	text-decoration: underline;
}
a.a:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #0000CC;
	text-decoration: underline;
}



a.b:link {
	font-family: "新宋体";
	font-size: 12px;
	color: #2292DD;
	text-decoration: underline;
}
a.b:hover {
	font-family: "新宋体";
	font-size: 12px;
	color: #2292DD;
	text-decoration: underline;
}
a.b:visited {
	font-family: "新宋体";
	font-size: 12px;
	color: #2292DD;
	text-decoration: none;
}