.css1 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
.css2 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 170%;
	color: #000000;
}
.css3 {
	font-family: "宋体";
	font-size: 16px;
	line-height: 180%;
	color: #000000;
}


.css:link {
	color: #000000;
	text-decoration: none;
}
.css:visited {
	text-decoration: none;
	color: #000000;
}
.css:hover {
	text-decoration: underline;
	color: #FF0000;
}
.css:active {
	text-decoration: none;
}
