﻿a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000; text-decoration: none} /* 未访问的链接是黑色无下划线 */
a:visited {color: #003366; text-decoration: none} /* 已访问的链接绿色并无下划线 */
a:hover {color: #990000; text-decoration: none} /* 鼠标在链接上时为紫色无下划线 */
a:active {color: #0000FF; text-decoration: underline} /* 激活链接时为蓝色并有下划线 */
.nav a:link {color: #000000; font-size: 10pt;  text-decoration: none} /* 未访问的链接是黑色无下划线 */
.nav a:visited {color: #003366;  font-size: 10pt; text-decoration: none} /* 已访问的链接绿色并无下划线 */
.nav a:hover {color: #ff0000;  font-size: 10pt;  text-decoration: none} /* 鼠标在链接上时为紫色无下划线 */
.nav a:active {color: #0000FF; font-size: 10pt; text-decoration: underline} /* 激活链接时为蓝色并有下划线 */
.border-f{border-bottom:#dbdbdb 1px dashed; text-align:left; }
.tit{ font-size:14pt; color:#FF0000; font-weight:bolder; line-height:40px;}
.tit-2{ font-size:10pt; line-height:25px; padding:10px;}
TABLE {
	MARGIN: 0px;
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	
}
.01 {
	font-family: "宋体";
	font-size: 14px;
}

body {
	background-color: #330000;
	margin:0px;
}