@charset "utf-8";
/* CSS Document */
* {
   margin: 0px;
   padding: 0px;
}
body {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
img{
    border:0px;
}
ul {
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.clear{
     clear:both;
}

