<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{
	font:12px;
	margin:0;
    padding: 0;
	text-align:center;
	background-color:#ffffff;
}

#main{
	background-color:#999999;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#top{
	background-color:#999999;
	margin-top:20px;
	width:1000px;
	height:auto;
}

#mid{
	background-color:#999999;
	height:auto;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

#end{
	background-color:#999999;
	height:auto;
	width:1000px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

#left{
	text-align:center;
	float:left;
	clear:left;
	width:500px;
	height:auto;
	margin-left:40px;
	margin-bottom:10px;
}
#end_left{
	text-align:left;
	float:left;
	clear:left;
	height:auto;
	margin-bottom:20px;
	margin-left:100px;
}
#end_right{
	text-align:left;
	float:right;
	clear:right;
	width:700px;
	margin-bottom:20px;
}

#side{
	background-color:#CCCCCC;
	width:800px;
	height:auto;
	margin:20px auto;
	text-align:center;
	
}

#mid_text{
	text-align:left;
	width:700px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#gdbj {
background: #999999;
overflow:hidden;
width:730px;
height:165px;
}

#indemo {
float: left;
width: 800%;
}
#demo1 {
float:left;
}
#demo2 {
float: left;
}
#gdbj_2 {
background: #999999;
overflow:hidden;
width:730px;
height:165px;
}
#demo1_2 {
float:left;
}
#demo2_2 {
float: left;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

hr{
	width: 800px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}</pre></body></html>