﻿body { margin:0; margin-left:auto; margin-right:auto;background-color:#fafafa; } 
body, fieldset,legend, td {font-family:"Microsoft YaHei",Helvetica,sans-serif;}
form { margin:0; }

a {text-decoration: none}
a:hover{color:#ff0000; border-bottom:1px dashed #ff0000}
a.b:hover{border-bottom:0px}

.nr {font-weight:normal; color:blue; float:right; margin-right:2px;}

legend {font-size: 12pt; color:firebrick; text-align: left;}

fieldset{
        width:480px;
        padding:2px;
	font-size: 9pt;     
	color:#0000cc;
}
.title_index{ /*大标题样式*/
	font-size: 26pt;
	font-family:"隶书";
	color: #669900;
	font-weight: bold;
}
.title_page{ /*题目样式*/
	font-size: 12pt;
	font-family: SimHei;
	color: #669900;
	font-weight: bold;
}
.content{/*内容样式*/
	font-size: 12pt;
	font-family: SimSun;
	line-height: 16pt;	/*行距*/	
}
.content img {margin: 7px;}
.k {font-size: 10pt; font-family: KaiTi_GB2312; line-height:28pt; color:firebrick; text-align: center;}
.i9 {font:italic normal 9pt Arial; color: #669900; font-weight: bold; text-align: center;}
.c9 { font-size: 9pt; color:firebrick; text-align: center;}

.TitleLinks{ /*索引列表的停靠方位*/
	text-align: center;
}
.TitleLinks .content { /*索引页使用文字列表符时，修改行距*/
	line-height: 20pt;
}
.TitleLinks .content img { /*索引页使用图形列表符时，修改行距*/
	margin-top: 7px;
	margin-bottom: 7px;	
}
.b1 {
	background-image: url(s.gif);
	background-repeat: no-repeat;
}
.b2 {
	background-image: url(x.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}