html{
	max-width: 800px;
	margin:0 auto;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.clear{
	clear: both;
}
.navcolor{
	background: #272822;
}
a:link{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
a:active{
	color: #fff;
	text-decoration: none;
}