body{
    FONT-FAMILY: "宋体";
    FONT-SIZE: 12px;
    text-decoration: none;
    //line-height: 150%;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF9900;} /* 鼠标在链接上 */ 
a:active {color: #FF9900;} /* 点击激活链接 */

td{font-size:9pt;}