﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:Arial, Helvetica, sans-serif,"宋体";
font-size:12px;
color:#5c5c5c;
line-height:24px;
background-color:#bbc5c6;
}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */　
ul,li{
list-style:none;
}
a{
color:#5c5c5c;
text-decoration:none;
}
a:hover{
color:#940000;
}
.clear{
clear:both;
}
.fleft{
float:left;
}
.fright{
float:right;
}