<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
img{
	border: 0px;
	}
html{
	width:100%;
	overflow-x:hidden;
		background-color:#f3f3f3;
	}
body {
	font-family: "宋体";
	font-size: 12px;
		background-color:#f3f3f3;
	background: url(../images/bodybg.gif) repeat-x;
}
td,th {
	font-family: "宋体";
	font-size: 12px;
	color:#4d4d4d;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.center{
	position:relative;
	margin:0 auto;
	height:auto;
	}
.clear
{
    clear:both;
  
    }

</pre></body></html>