﻿body {
    font-size: 12pt;
    font-family: Microsoft JhengHei !important;
    color: #5A5A5A;
    margin-top: 2px;
}

h1
{
    margin-top: 2px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 98%;
    font-size: 12pt;
    font-weight: normal;
    color: #286EA0;
    text-indent: 4px;
    letter-spacing: 4px;
    border-left-style: solid;
    border-left-width: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

A{
    color: #5A5A5A;
    text-decoration: none;
}

A:hover{
    text-decoration: underline;
}

img{
    border: none;
}
a.deep {
    text-decoration: none;
    Font-Size: 12pt;
    color: #fff;
}

a.deep:link {
    text-decoration: none;
    color: #fff;
}

a.deep:visited {
    text-decoration: none;
    color: #fff;
}

a.deep:hover {
    text-decoration: none;
    color: #fff;
}

a.deep:active {
    text-decoration: none;
    color: #fff;
}
div.mask {
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=40);
    background: #dfbfff;
    position: fixed;
    opacity: 0.4;
    -moz-opacity: 0.8;
}