<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #999;
	text-align: center;
	font-family: 宋体, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
body a {
	text-decoration: none;
}
body a:link,
body a:visited {
	color: #000;
}
body a:hover,
body a:active {
	color: #FF0000;
}

.space {
	height:20px;
	clear:both;
}

#wrapper,
#header,
#footer {
	width:960px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

#sidebar {
	width: 240px;
	float: left;
	font-size:13px;
	line-height:23px;
	text-align: center;
}

.button {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:10px;
	font-size:13px;
	line-height:24px;
	background-color: #EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:block;	
}

#content {
	width: 720px;
	float: right;
}
#content ul {
	margin: 0px 20px 0px 0px;
	padding: 10px;
	font-size:15px;
	line-height:27px;
	text-align: justify;
	text-justify:inter-ideograph;
	border:1px solid #ACB9B9;
}
#content li{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}


#container {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align:center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
}

h1 {
	color: #AC2F0B;
	font-size: 20px;
	font-weight:normal;
	font-family: "黑体";
	line-height: 30px;
	text-align:center;
}

.entry {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 27px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.entry td{
	padding: 2px 8px;
	background-color: #EEEEEE;
	border:1px solid #ffffff;
	text-align:center;
}</pre></body></html>