body{background-attachment:fixed;}
BODY {#808080}
body {margin: 0em}
BODY {scrollbar-face-color:#0B2C1B;
scrollbar-highlight-color:#295D39;
scrollbar-3dlight-color:#8CCDAA;
scrollbar-darkshadow-color:#184E37;
scrollbar-shadow-color:#8CCDAA;
scrollbar-arrow-color:#7EC09A;
scrollbar-track-color:#216041;
}

.title_index{ /*大标题样式*/
	font-size: 18pt;
	font-family: "黑体";
	color: #000000;
	font-weight: bold;
}
.title_page{ /*题目样式*/
	font-size: 12pt;
	font-family: "黑体";
	color: #000000;
	font-weight: bold;
}
.content{/*内容样式*/
	font-size: 12pt;
	font-family: "宋体";
	line-height: 16pt;	/*行距*/	
}
.content img {
	margin: 7px;
}
.9{ font-size: 9pt }
.TitleLinks{ /*索引列表的停靠方位*/
	text-align: center;
}
.TitleLinks .content { /*索引页使用文字列表符时，修改行距*/
	line-height: 20pt;
}
.TitleLinks .content img { /*索引页使用图形列表符时，修改行距*/
	margin-top: 7px;
	margin-bottom: 7px;	
}
A:link	{text-decoration: none; color:#000000}
A:visited  {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #000000}
A:hover {text-decoration: underline; color: #000000 }