html {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Microsoft Yahei",arial,verdana;
}
.clear {
	clear:both;
}
A {
	COLOR:#222;
	TEXT-DECORATION:none
}
A:hover {
	COLOR:#f00;
	TEXT-DECORATION:none
}
A:visited {
	COLOR:#000
}
.head {
	margin: auto;
	width: 1000px;
	border-bottom: 5px solid #e5e5e5;
	text-align: left
}
.head h1 {
	font-size:30px;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
.head span {
	float: right;
	font-weight: bold
}

.head small {
	color: #da9c1d
}

.notice {
	width:1000px;
	margin:20px auto;
	text-align:left;
	line-height:20px;
}
.notice p {
	text-indent:2em;
	font-size:14px;
}
.notice img {
	display:block;
	float:left;
	border:3px solid #f5f5f5;
}
.special {
	width:1000px;
	margin:20px auto;
	text-align:left;
	line-height:20px;
}
.special h2 {
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #e5e5e5;
	margin-bottom:10px;
}
.special  p {
	text-indent:2em;
	font-size:14px;
}
.special img {
	display:block;
	float:left;
	border:3px solid #f5f5f5;
}
.footer {
	text-align:center;
	width:1000px;
	margin:20px auto;
	height:30px;
	line-height:30px;
	border-top:3px solid #e5e5e5;
	margin-top:30px;
}