
.title_index{ /*大标题样式*/
	font-size: 26pt;
	font-family: "隶书";
	color: #999966;
	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:#ffff00}
A:visited  {text-decoration: none; color: #ffff00}
A:active {text-decoration: none; color: #ffff00 }
A:hover {text-decoration: underline; color: #FFFFFF }
LI {
	FONT-SIZE: 11pt; COLOR: #ffff00; TEXT-DECORATION: none
}
