<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-left:0px;
	margin-right:0px;
	font-size: 14px;
	font-family:Arial,微软雅黑,宋体;/*font-family:Verdana, Arial, Helvetica, sans-serif,微软雅黑,宋体;*/
	background-color:#f0ffff;
	text-align:center;
	word-wrap:break-word;
	/**For 512filter:gray;**/
}
div {
	margin-left:auto;
	margin-right:auto;
}

/** 一种定义table 的 cellpadding cellspacing 均为0px的方法**/
table{ 
	border-collapse:collapse;
	text-align:left;
}
/*td {
	padding:0px;
}*/

#login {
	padding:6px 0px 6px 0px; 
	background-color:#f3f8ef;
	font-size:12px;
}
#content {
	/*border-top:thin solid #58CB64;*/
	margin-top:2px;
	background-color:#f3f8ef;
	width:760px;
	/*border-bottom:thin solid #99CC66;*/
}

#content_end {
	margin-bottom:6px;
}

#content div.content_left {
	float:left;
	width:150px;
}


#content div.content_right {
	float:right;
	width:600px;
/*	border-right:thin solid #669900;
	border-left:thin solid #CC6633;*/
}

.clear{clear:both; }

#article {
	background-color:#edf3e8;
	margin-bottom:0px;
	width:760px;
}

h1 {
	margin:0px; font-size:24px;
}
h2 {
	font-size:16px; text-align:center; color:#660066;
}

#article div.title {
	padding:10px;
	font-family:黑体,Tahoma;
	font-size:24px;
}

#article div.info {
	color:#3366FF;
	/*margin:0px 12px 0px 12px;
	border-bottom:#336699 solid 2px; */
}
#article div.content {
	padding:10px 14px 14px 14px;
	text-align:left;
	line-height:1.5em;
}
#article div.end {
	text-align:center;
	margin-bottom:12px;
	background-image:url(../images/navbg_2.jpg);
	line-height:26px;
}

#nav_1{
	background-image:url(../images/navbg_1.jpg);
	line-height:28px;
}

#nav_2{
	background-image:url(../images/navbg_2.jpg);
	width:760px;
	line-height:26px;
}


/** 定义链接的样式 **/
a:link {
	color: darkblue  ;
	text-decoration: underline;
}

a:visited {
	color: darkblue  ;
	text-decoration: underline;
}

a:active {
	color: darkblue  ;
	text-decoration: underline;}

a:hover {
	color: #ff0000;
	text-decoration: none;

}

.blue{
	color:#03F;
}
.red{
	color:#C00;
}</pre></body></html>