body {
      background-color: #c7edcc;
}

#Content {
    width:100%;
}
#Content #TextTitle {
	height: 18px;
	padding-top:10px;
	margin:auto;
	width:100%;
	text-align:center;
}
#Content #TextInfo {
	padding-top:10px;
	margin-top:10px !important;
    margin:auto;
	width:100%;
	text-align:center;
}
#Content #BookText {
	font-size: 9pt;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	line-height: 130%;
	text-align: left;
	/*width:85%;*/
	width:771px;
}
#Content #BookText ul {
	border-left: #81b6ff 1px solid;
	float: left;
	width: 100%;
	/*width:772px;*/
	list-style-type:none;
	margin:0;
	padding:0;
}
#Content #BookText ul li{
	border-right: #81b6ff 1px solid; 
	border-top: #81b6ff 1px solid;
	table-layout:fixed;
	padding:7px 0 0 2px;
	float:left;
	overflow:hidden;
	word-break:break-all;
	/*width:24.9%;*/
	width:254px;
    height:20px;
	text-align:left;
}
#Content #BookText #NclassTitle {
	height: 22px;
	/*width: 99.8%;*/
	width:771px;
	background-color: #d3e5fa;
	padding-top:7px;
	text-align:center;
	border-top: #81b6ff 1px solid; 
	border-right: #81b6ff 1px solid;
	border-left: #81b6ff 1px solid;
}
#Content #BookText #ListEnd {
	clear: both !important; 
	height: 1px;
	width: 100%;
	border-top: #81b6ff 1px solid;
	margin:auto;
}
#Content #BookText #NclassTitleVip {
	height: 22px;
	/*width: 99.8%;*/
	width:771px;
	background-color: #d3e5fa;
	padding-top:9px;
	text-align:center;
	border-top: #81b6ff 1px solid; 
	border-right: #81b6ff 1px solid;
	border-left: #81b6ff 1px solid;
}
#Content #BookText #ListEndVip {
	clear: both !important; 
	height: 1px;
	width: 100%;
	border-top: #81b6ff 1px solid;
	margin:auto;
}
#Content #EndMenu {
	clear: both !important; 
	height: 20px;
	margin-top: 10px;
}
#Content hr {
	color: #cccccc;
	width: 100%;
}
#Content #LinkMenu {
	height: 20px;
	margin-top: 5px;
	text-align: left;
	line-height:130%;
}

img {
border:2px solid #ff0000;
}

a:link {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	/*text-decoration: none;*/
}
a:visited {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	text-decoration: underline;
}
a:hover {
	color:green;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	text-decoration: underline;
}
a:active {
	color:green;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	text-decoration: underline;
}