html body {
    font-size: 12px;
    font-family: 宋体;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a:link {
    font-size: 9pt;
    text-decoration: none;
    color:#616161;
    text-align: justify;
}
a:visited {
    font-size: 9pt;
    text-decoration: none;
    color:#616161;
    text-align: justify;
}
a:hover {
    font-size: 9pt;
    text-decoration: underline;
    color: #616161;
    text-align: justify;
}
a:active {
    font-size: 9pt;
    text-decoration: none;
    color:#616161;
    text-align: justify;
}