﻿        .Content {
            width: 760px;
            margin: 0 auto;
            position: absolute;
            top: 0px;
            bottom: 17px;
            left: 50%;
            margin-left: -380px;
        }
        .Content .textSty{
            font-size:16px; 
            font-weight:bold;
            color:red;
            font-family:" PMingLiU","serif";
            mso-ascii-theme-font:minor-fareast;
            mso-fareast-theme-font:minor-fareast;
            mso-hansi-theme-font:minor-fareast;
            mso-bidi-font-family:MingLiU;
            mso-ansi-language:EN-US;
            mso-fareast-language:ZH-TW;
            mso-bidi-language:AR-SA
        }
        .Content .borderSty{
            border-top:2px red solid;
            height:10px;
            width:790px
        }
        p {
            line-height: 20px;
        }

        .img {
            width: 20px;
            height: 23px;
        }

        .textBody {
            width: 100%;
            overflow-y: auto;
            position: absolute;
            top: 35px;
            bottom: 47px;
            border: 1px solid #c6c1c1;
            padding:14px
        }

        .btnSty {
            width: 110px;
            height: 30px;
            background-color: #277CE1;
            border-radius: 4px;
            border: none;
            cursor: pointer;
            color: white;
            display: inline-block;
            text-decoration: none;
            line-height: 30px;
        }
         .btnSty button:hover {
            background-color: #0e65cc;
        }
         .btnSty button:focus{
             border:2px solid #cdb4b4;
             line-height:25px;
         }
        .bgColor{
            background-color:#babfc4;
        }
        .bgColor:hover{
            background-color:#8f9499 !important;
        }
        html, body {
            height: 100%;
            width: 100%;
            overflow: hidden;
            margin: 0;
            font-size: 12px;
            padding: 0;
        }

        .bottomSty {
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -130px;
        }
        .bottomSty a:focus{
            border:none !important;
        }
    .preSty {
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 14px;
        border: none;
        background: none;
    }

