﻿*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family: Arial, Helvetica, sans-serif,"宋体";
font-size:12px;
color:#464646;
line-height:22px;
background:url(../images/bg.gif) repeat-y center top #e1e1e1;
}
ul,li{
list-style:none;
}
a{
color:#4e4e4e;
text-decoration:none;
}
a:hover{
color:#921212;
}
.clear{
clear:both;
}
.fleft{
float:left;
}
.fright{
float:right;
}
.color_red{
color:#bd0006;
}