* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ËÎÌå";
	font-size: 12px;
	line-height: 1.5;
	color: #5a5d5a;
	text-align: center;
}
#box {
	text-align: left;
	width: 976px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	overflow: visible;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




