﻿/*
    base color:
        #9F9F9F banner
        #373E50 menu
        #5BC3DC content
*/

body {
    font-family: Microsoft JhengHei;
    /*line-height:36px;*/
}

    body.content {
        /*background-color: #dddfe4;*/
        background-color: #FFF;
        color: #000;
        padding: 16px;
    }

        body.content h3 {
            color: #1C2120;
            font-size: 1.2em;
            font-weight: bold;
        }

        body.content table.gv {
            background-color: #FFF;
        }
            body.content table.gv th {
                padding: 6px 6px;
                background-color: #373E50;
                color: #FFF;
                font-weight: bold;
            }
            body.content table.gv td {
                padding: 6px 6px;
            }

        body.content table.form {
            background-color: #FFF;
        }
            body.content table.form th {
                padding: 6px 6px;
                background-color: #1C2120;
                color: #FFF;
                font-weight: bold;
            }
            body.content table.form td {
                padding: 6px 6px;
            }
