@charset "utf-8";
body {
	font-family: "宋体", "Times New Roman";
	font-size: medium;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: auto;
	margin-left: 60px;
	color:#000;
	font-family:"华文行楷","宋体", "Times New Roman";
	font-size: large;
}
#content {
	margin-top: 5px;
	margin-right: 60px;
	margin-bottom: auto;
	margin-left: 60px;
}
#middle {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
}
#down {
}
.line hr{
	color：#000
}
#footer {
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: auto;
	margin-left: 60px;
}
#down1 {
	font-family:"宋体", "Times New Roman";
	font-size: medium;
	background-color: #333;
	color: #FFF;
	text-align: center;
}
#head {
	font-family: "宋体", "Times New Roman";
	font-size: large;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#text {
	font-family: "宋体", "Times New Roman";
	font-size: medium;
}
a:link{color:#000;text-decoration:none}
a:visited{color:#000;text-decoration:none}
a:hover{
	color:#666;
	text-decoration:none;
	font-size: large;
}
