/* CSS Document */
a{text-decoration: underline;} /* 链接无下划线,无为none,有为underline */ 
a:link {color: #4EB6DD  ;} /* 未访问的链接 */
a:visited {color: #4EB6DD  ;} /* 已访问的链接 */
a:hover{text-decoration:none;}
/*a:hover{color: #FF0000  ;} /* 鼠标在链接上 */ 
/*a:active {color: #FF0000  ;} /* 点击激活链接 */
tr { font-size: 11px; font-family:arial; color: #0A3353; line-height:18px; text-decoration:none ; text-decoration:none ; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.STYLE1 {
	font-size: 14px;
	font-weight: bold;
}
.STYLE2 {font-size: 12px}
.STYLE4 {
	font-size: 12px;
	color: #4eb6dd;
	font-weight: bold;
}
.STYLE5 {
	font-size: 16px;
	font-weight: bold;
}

