﻿*, html, body, form, div, dl, dt, dd, ul, ol, li, th, td, p, span, strong, em, a, input, textarea, select, h1, h2, h3, h4, h5, h6, pre, fieldset, blockquote, iframe
{
    margin: 0;
    padding: 0;
    font-family: 宋体, Arial, Verdana, Tahoma, Sans-Serif;
    color: #000;
    font-size: 12px;
}
html, body, img, fieldset
{
    border: 0;
}
body, input, textarea, select
{
    font-family: 宋体, Arial, Verdana, Tahoma, Sans-Serif;
    color: #000;
    font-size: 12px;
    background-color: #fff;
}
ul, ol
{
    list-style: none;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
div
{
    overflow: hidden;
    cursor: default;
}
a:link, a:visited, a:active
{
    color: #333;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #c00;
    background-color: transparent;
    text-decoration: underline;
}
.clear
{
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}