@charset "gb2312";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	text-align: center;
}
#clear {
	clear: both;
}
ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
