﻿body
{
    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;
}
img
{
    border-width: 0px;
}
.clear
{
    clear: both;
}
.red
{
    color: #FF0000;
}
.split
{
    margin-left: 5px;
    margin-right: 5px;
}
.keyWord
{
    color: #0000EE;
    text-decoration: none;
}
.keyWord:hover
{
    text-decoration: underline;
}