A:link {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #000000}
A:hover {text-decoration: underline; color: #FF0000;}
A.a01:link { color: #000066 ; text-decoration: none}
A.a01:visited { color: #000000; text-decoration: none}
A.a01:active { color:  #000000;  text-decoration: underline}
A.a01:hover { color: #FF0000 ;  text-decoration: underline}
/*
A:link {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:active {text-decoration: none; color: #0000FF}
A:hover {text-decoration: none; color: #FF0000; position: relative; left: 1px; top: 1px; clip:  rect()}
最后一句后面部分为鼠标移上去的文字下陷效果
new_hover a:hover  {text-decoration: none;position: relative; top: 1.5px; left: 1.5px;}
其中link是超链接的颜色,visited是访问过的链接颜色,active是正在点击时的链接，hover是鼠标移上去的颜色
none:表示无链接下划线,underline:表示有链接下划线
<base target="_blank">
点击连接打开新窗口，"_top"整页，"_self"相同框架*/

BODY {FONT-SIZE: 9pt; color:#000000; line-height: 155%; margin-left: 0px; margin-top: 0px;}
P {FONT-SIZE: 9pt; color:#000000; line-height: 155%}
BR {FONT-SIZE: 9pt; color:#000000; line-height: 155%}
TABLE {FONT-SIZE: 9pt;word-break:break-all;word-wrap:break-word;}
TH {FONT-SIZE: 9pt; color:#000000; line-height: 150%}
TD {FONT-SIZE: 9pt; color:#000000; line-height: 150%;}
DIV {FONT-SIZE: 9pt; color:#000000; line-height: 150%;word-break:break-all;word-wrap:break-word;}
center {FONT-SIZE: 9pt; color:#000000; line-height: 150%}

.newtable {FONT-SIZE: 9pt; color:#000000; line-height: 100%}
.newtd {FONT-SIZE: 9pt; color:#000000; line-height: 100%;}

/*如果需要有英文字的表格不使英文撑宽表格，在table标签内加上下句
style="TABLE-LAYOUT: fixed;"*/
/*如欲在中间某行字改变字号，加入<span style="font-size: 9pt">即可*/

/*首行缩进*/
.style1 { text-indent: 2em;word-break:break-all;word-wrap:break-word}

/*使表格某一方向上的内容离开表格线一定距离,四个方向：“top”“bottom”“left”“right”*/
.style2 { margin: 0px 0px 5px 5px} 

/*输入框只保留下线,用法:class="smallInput"*/
input.smallInput{background:#ffffff;border-bottom-color:#ff6633; border-bottom-width:1px;border-top-width:0px;border-left-width:0px;border-right-width:0px; solid #ff6633; color: #000000; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal}
/*表单按钮为彩色,用法:class="buttonface"*/
input.buttonface{BACKGROUND: #ffcc00; border:1 solid #ff6633; COLOR: #ff0000; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal}

.hr {
	COLOR: #FF0000; BACKGROUND-COLOR: transparent;
}

.input1{position: relative;  color: #000000; background-color: #ffffff; font-family: ; background-repeat: repeat-x; border: 1 solid #000000}
.head {FONT-SIZE: 11pt; color:#000000; line-height: 150%; margin-left: 0px; margin-top: 0px;}
