﻿body {
    margin: 0px;
    border: 0px;
    font-size: 9pt;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    font-family: 微软雅黑;
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 微软雅黑;
}

table {
    font-size: 12px;
    line-height: 140%;
}

A {
    font-size: 9pt;
    text-decoration: none;
}

    A:hover {
        COLOR: #ff3333;
        font-size: 9pt;
        text-decoration: none;
    }

Input.Text {
    border: "1px solid #E1E1E1";
}

Input.MustText {
    border: "1px solid #E1E1E1";
    background-color: #ffffaf;
}
