/* CSS Document */
a{
  color:#022778;
  text-decoration:none
}
a:hover{text-decoration:underline;}

a.b:link { text-decoration:none;color:#fff;} /* 未访问的链接 */
a.b:visited { text-decoration:none;color:#fff;} /* 已访问的链接 */
a.b:hover{ text-decoration:underline; color:#ff0000;} /* 鼠标在链接上 */
a.b:active { text-decoration:none;color:#fff;} /* 点击激活链接 */


tr { font-size: 12px; color: #58595B; line-height:22px; text-decoration:none ; text-decoration:none ; }

.STYLE1 {
	font-family: "宋体";
	color: #FFFFFF;
	font-weight: bold;
}

.STYLE2 {color: #FF0000}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.STYLE3 {
	font-family: "黑体";
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}

h1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	background-position: center;
	margin:0;
	padding:0
}
.zy {
	font-family: "宋体";
	font-size: 12px;
	line-height: 200%;
	color: #000000;
	text-align: left;
}
