.css {
	font-family: "宋体";
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1.0px;
}
.cssa {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1.0px;
}
.cssb{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1.0px;
}
.cssc {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF7200;
	letter-spacing: 1.0px;
}
.cssd {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #0000FF;
	letter-spacing: 1.0px;
}
.csse {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1.0px;
}
.cssf {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #330099;
	letter-spacing: 1.0px;
}
.cssg{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #D71D00;
	letter-spacing: 1.0px;
	text-decoration: underline;
}
.cssh{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2.0px;
}

#main{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
A:link    { color: #000000; font-size:12px; text-decoration:none;} /* 未访问的链接 */
A:visited { color: #000000; font-size:12px; text-decoration:none;} /* 已访问的链接 */
A:hover   { color: #000000; font-size:12px; text-decoration:underline;} /* 鼠标在链接上 left: 1px; top: 1px; position: relative;*/ 
A:active  { color: #000000; font-size:12px; text-decoration:none;} /* 点击激活链接 */
