@import url("reset.css");

.highlight {background-color: #FFFF88; }
#page {
	margin: 35px auto;
	width: 750px;
}


#page h1 {
	font-size: 25px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	border-bottom: 3px solid #CC3300;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 35px;
	color: #000;
	font-weight: 700;
}
#page img {
	display: block;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}


#page h2 {
	text-align: center;
	margin: 0px 10px 20px;
	font-weight: normal;
	line-height: 24px;
}
#page h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	color: #003399;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#page p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 7px;
	text-indent: 2em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 7px;
}

#page table {
	font: 12px/18px "宋体";
	margin: 10px;
}

#page td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#page th {
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}
/* #page a {
	color: #FF3300;
	text-decoration: underline;
} */


#page h3 {
	text-align: center;
	margin: 0px 10px 20px;
	line-height: 24px;
	font-size: 18px;
}
html,body {
	overflow:auto;
	}