﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:"宋体";
font-size:12px;
color:#5d3b01;
line-height:20px;
background-color:#bd0404;
}
ul,li{
list-style:none;
}
a{
color:#5d3b01;
text-decoration:none;
}
a:hover{
color:#ffffff;
}
.clear{
clear:both;
line-height:0;
overflow:hidden;
}
.fleft{
float:left;
}
.fright{
float:right;
}
