﻿<style type="text/css">
    body
    {
        color: #005500;                                           /*    文字顏色 */
        font-size: 10pt;                                          /*    文字大小 */
        letter-spacing : 1px;                                     /*    文字之間的距離 */
        font-family: Arial,Verdana,Helvetica,"細明體","新細明體"; /*    字型樣式 */
    }

    th
    {
        color:#000000;
        font-size: 10pt;
        font-weight: lighter;
        text-align: center;
        background-color: lavender;
    }

    td
    {
        color: #000000;
        font-size: 10pt;
        font-family: Arial;
        letter-spacing : 1px;
    }

    span.style01
    {
        font-size: 11pt;
        color: #CC0000;
    }

    h2
    {
        font-weight: medium;
        letter-spacing: 5px;
        text-align:center;
        background-color: lavender;
     }

    a

    {
        font-size: 10pt;
        color: #008000;
        text-decoration: none;
    }

    a:hover
    {
        color: #009900;
        text-decoration: none;
    }

    .msg
    {
        color: #DC143C;
        font-size: 11pt;
        text-align: center;
    }
</style>