﻿body
{
    font-size: 10pt;
    font-family: Arial, 新細明體;
    color: #3333FF;
}

img
{
    border-style: solid;
    border-width: 1px;
    border-color: #669900;
}

img.icon
{
    border-style: none;
}

table
{
    border: 4px double #CC66FF;
    margin: 0px auto;
    width: 700px;
}

tr.thead td
{
    margin: 0px;
    padding: 0px;
    border-bottom-style: dotted;
    border-width: 1px;
    border-color: #FF0000;
    background-color: #FFFF99;
}
tr.tbody td
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #CC66FF;
}

tr.tfoot td
{
    border-style: none;
}

ul
{
    margin: 0px;
    padding: 4px 8px;
    list-style-type: none;
}

A, A:link, A:active
{
    color: #FF0000;
    text-decoration: none;
}

A:hover
{
    color: #CC33FF;
    text-decoration: underline;
}