﻿body
{
    background-color: #EEEEEE;
    font-family: "Microsoft YaHei";
    color: #000000;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
input
{
    font-family: "Microsoft YaHei";
    color: #000000;
}
textarea
{
    font-family: "Microsoft YaHei";
    color: #000000;
}
.clear
{
    clear: both;
}
.red
{
    color: #FF0000;
}
.split
{
    margin-left: 5px;
    margin-right: 5px;
}