/* CSS Document */

*{margin:0px;

  padding:0px;

  border:0px;}

  body {

	background-repeat: repeat;

	background-color: #FFFFFF;

}

#collective {

	height: 1px;

	width: 1000px;

	margin-right: auto;

	margin-left: auto;

	overflow: auto;

}

#top {

	height: 300px;

	width: 1000px;

}

#cote {

	background-color: #E2F6FA;

	height: 50px;

	width: 1000px;

}

#cote li {

	float: left;

	height: 50px;

	width: 250px;

	list-style-type: none;

	background-color: #97EAFE;

}

#cote a {

	font-family: "楷体";

	font-size: 20px;

	line-height: 40px;

	font-weight: bold;

	padding-left: 50px;

}

#cote a:hover {

	color: #FF0000;

}







#content {

	height: 750px;

	width: 1000px;

}

#content .on {

	height: 200px;

	width: 1000px;

}

.on h1 {

	font-family: "楷体";

	font-size: 20px;

	line-height: 30px;

	font-weight: bold;

	color: #FF0000;

	text-decoration: underline;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 10px;

}

.on p {

	font-family: "楷体";

	font-size: 16px;

	line-height: 25px;

	color: #000033;

	text-indent: 30px;

	padding: 10px;

}

.in {

	height: 300px;

	width: 500px;

	padding-left: 250px;

}



.next {

	height: 200px;

	width: 1000px;

}

.next p {

	font-family: "楷体";

	font-size: 16px;

	line-height: 25px;

	color: #000033;

	text-decoration: underline;

	text-indent: 30px;

	padding: 10px;

}



#foot {

	font-family: "楷体";

	font-size: 15px;

	line-height: 25px;

	color: #999999;

	text-align: center;

	height: 30px;

	width: 1000px;

}

