/*全局样式*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{ margin:0; padding:0;}
body{ background:#fff; color:#333; font-family: "Microsoft YaHei", "微软雅黑"; font-size: 12px;}
ul,ol{ list-style: none;}
.clearfix{ clear:both;}
a{
    color: #333;
    text-decoration: none;
    cursor:pointer;
    background: transparent;
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
img{ border: none;}

/*公共样式*/