<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link {
	font-family:microsoft yahei;
	COLOR: #000000;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none
}
A:visited {
	font-family:microsoft yahei;
	COLOR: #000000;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none
}
A:hover {
	font-family:microsoft yahei;
	COLOR: #FF0000;
	FONT-SIZE: 14px;
	text-decoration: underline;
}

a.new:link {
	font-family:microsoft yahei;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a.new:visited {
	font-family:microsoft yahei;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
}
a.new:hover {
	font-family:microsoft yahei;
	font-size: 14px;
	text-decoration: underline;
	color: #0000FF;
}

.user a:link {font-family:microsoft yahei;COLOR: #EB00C1;font-weight:bold;}
.user a:visited {font-family:microsoft yahei;COLOR:#EB00C1;}
.user a:hover {font-family:microsoft yahei;COLOR: #FF0000;}
.tx_zan a:link {font-family:microsoft yahei;COLOR: #EB00C1;font-weight:bold;}
.tx_zan a:visited {font-family:microsoft yahei;COLOR:#EB00C1;}
.tx_zan a:hover {font-family:microsoft yahei;COLOR: #FF0000;}

div.header {text-align:center;margin-bottom:20px;}
div.header a {color:black;margin:0 5px;font-weight:bold;}
div.header a:hover {color:red;}
div.header a:visited {color:black;}

BODY {
	background:#FFFFFF;
	font-family:microsoft yahei;
	background: url(../jhimg/bk_hc3w.gif);
	FONT-SIZE: 14px;
}

table {
font-family:microsoft yahei;
FONT-SIZE: 14px;
color:#333333;
text-align:center;
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */ 
border:solid #999; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */ 
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */ 
} 
table td {
	font-family:microsoft yahei;
	border:solid #999;
	border-width:0 1px 1px 0;
	padding:5px;
	
	} 

h1{
	text-align:center;
}
p{
	text-align:center;
}

#myButton {
  font-size:12px;
  width:40px;
  line-height:16px;
  vertical-align:center;
  cursor: pointer; /* 鼠标悬停时显示指针形状 */
  border: 1px solid #ccc; /* 细边框效果，颜色为浅灰色，可以根据需要修改 */
  /* 针对IE6的特殊处理，触发hasLayout，解决一些兼容性问题 */
  zoom: 1;
  *display: inline-block;
}
 
#myButton:hover {
  background-color: #a6f4ff; /* 悬停时的背景色 */
}

input[type=text] {
	width: 120px;

	border-radius: 4px;

	box-sizing: border-box;	
}
input[type=password] {
	width: 120px;

	border-radius: 4px;

	box-sizing: border-box;	
}
input[type=submit]:hover {
	color: red;
	background-color: yellow;
}
input[type=button]:hover {
	color: red;
	background-color: yellow;
}
.hotsearch dd{
float: left;
line-height: 24px;
margin-right: 30px;
overflow: hidden;
text-align: center;
width: 4em; /*这个值是看最长能显示几个文字，如x，则为x em*/
}
.hotsearch dd a{
display:block;
}
.w2{
letter-spacing:2em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2em */
margin-right:-2em; /*同上*/
}
.w3{
letter-spacing:0.5em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
margin-right:-0.5em; /*同上*/
}
.wz_tuchu	{
	COLOR: yellow;
}
.td_hua {
	height:18px;
	line-height:18px;
	border: none; /* 移除表格、表头、单元格的边框 */
}
a.tx:link {
	font-family:Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: green;
	padding: 0 3px;
}
a.tx:visited {
	color: #FFFFFF;
}
a.tx:hover {
	color: yellow;
	background-color: red;
}</pre></body></html>