@charset "utf-8";
*{
margin:0;
padding:0;
border:0;
}
body{
font-family:"宋体";
font-size:12px;
color:#999e86;
background-color:#242b23;
}
ul,li{
list-style:none;
}
a{
color:#999e86;
text-decoration:none;
}
a:hover{
color:#ff7800;
}
.clear{
clear:both;
}
.fleft{
float:left;
}
.fright{
float:right;
}