﻿body
{
    background-color: #d8d8d8;
    margin-bottom: 10px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #404040;
    line-height: 18px;
    margin-top: 10px;
}
ul,li,ol,p
{
    padding: 0px;
    margin: 0px;
}

a
{
    text-decoration: none;
    color: #0360d2;
}
a:hover
{
    text-decoration: underline;
}
ul
{
    list-style-type: none;
}
.clear
{
    clear: both;
}
h1
{
    height: 24px;
    color: #0360d2;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0360d2;
}

p
{
    text-indent: 24px;
}
