body {
    background-color: #FFFFFF;
    font-family: "Microsoft YaHei";
    color: #000000;
    word-wrap: break-word;
}

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;
}

h1, h2, h3, h4, h5, h6 {
    display: inline;
    font-weight: inherit;
    font-size: inherit;
}

.keyWord {
    color: #0000EE;
    text-decoration: none;
}

    .keyWord:hover {
        text-decoration: underline;
    }
