@charset "gb2312";
/* CSS comment */

body,div,p,form,ul,img {
font-size:12px;
margin:0;
padding:0;
}

body {
color:#666666;
font-family:ËÎÌå;
margin:0 auto;
}

a {
color:#666666;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:underline;
}

ul,li {
list-style-type:none;
}

img {
border:none;
display:inline;
}
table {
border-collapse:collapse;
}
.clear{
	clear:both;	
}
