a {font-size:12px;color:#000000;TEXT-DECORATION: none }  /*连接的文字大小为12px，黑色，没有下划线*/
a:hover {font-size:12px;color:#000000;TEXT-DECORATION:underline;cursor:pointer } /*鼠标指向以后，连接的文字下出现下划线，并使鼠标变为手型*/
a:visited { font-size:12px;color:#000000;text-decoration: none} /*访问过的连接与普通连接格式相同*/
a:active { font-size:12px;color:#000000; text-decoration: underline} /*-正在点击的连接文字带下划线*/
body {font-family:宋体;font-size:12px;color:#000000;line-height:180% } /* 页面文字为宋体，大小12px，黑色，行间距180% */
input,select,textarea {font-size:12px;color:#000000} /*表单中的输入框，选择框，多行输入框，文字大小为12px，黑色*/

HR {
	size:1;color:#ededed;height:1;noshade 
}

.copyright {font-family:Geneva, Arial, Helvetica, san-serif;font-size:10px;color:#000000;LINE-HEIGHT: 180%}
/*版权声明部分的格式*/

.textcontents {font-size:14.8px;color:#000000;line-height:180%} /*操作说明等段落文字*/
.textcontents A {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: none}
.textcontents A:link {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:hover {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:active {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}
.textcontents A:visited {font-size:14.8px;color:#000000;line-height:180%;TEXT-DECORATION: underline}

.normaltext {font-size:12px;color:#000000;line-height:180%} /*普通文字*/
.normaltext A {font-size:12px;color:#000000;line-height:180%;TEXT-DECORATION: none}
.normaltext A:hover {font-size:12px;color:#000000;line-height:180%;TEXT-DECORATION: underline}

.time {  font-size: 9px; font-family: "tahoma"}
.time1 {  font-size: 11px; font-family: "tahoma,宋体"}

