﻿@charset "utf-8";
*
{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    -webkit-text-size-adjust: none;
    text-indent: 0px;
    color:#585858;
}
body, div, dl, dd, ul, li, form, img, a, table, tr, th, td,input,p,select
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-indent:0;
}
a{ 
    bblr:expression(this.onFocus=this.blur());/*IE使用*/ 
    outline-style:none;/*FF使用*/ 
}   /*去除a标签带来的虚框*/ 
a
{
    color: #555;
    text-decoration: none;
}
div
{
    margin: 0 auto;
}
i,em
{
    font-style:normal;
    color:#dd2726;
    }
body {
    max-width:650px;
    margin:0 auto;
}



