body {
    font-family: "Segoe UI", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    font-style: normal;
}

#topmenu {
    width: 100%;
    margin: 0 auto;
    background-color: #CCC;
    height: 60px;
    margin-top: -8px;
}

#content {
    width: 800px;
    margin: 0 auto;
}

h1 {
    line-height: 40px;
    font-weight: normal;
    font-size: 2em;

}

h3 {
    font-size: 20px;
    font-weight: normal;

}

p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

ul {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.blue_bar {
    background-color: #CCC;
    width: 800px;
    height: 30px;
    margin: 0 auto;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
    border-radius:
}

.blue_bar:hover {
    background: url(images/bar.png) no-repeat;
    color: #FFFFFF;
}

.icon {
    float: right;
    display: block;
    background: url(images/open.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: 5px;
}

.icon:hover {
    background: url(images/open_hover.png) no-repeat;
}

a:link {
    color: #33b9ff;
    text-decoration: none;
}

a:visited {
    color: #33b9ff
}

a:hover {
    color: #F90;
    cursor: default;
}

.CSSTableGenerator {
    margin: 0px auto;
    padding: 10px;
    width: 800px;
    border: 1px solid #ffffff;


    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 20%
}

.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.CSSTableGenerator tr td:hover {
    background-color: #DFEFFF;
}

.CSSTableGenerator td.left {
    text-align: left;
    padding: 7px 7px 7px 62px;
}

.CSSTableGenerator td {
    vertical-align: middle;
    background-color: white;
    border: 1px solid #E1E1E1;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    padding: 7px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    width: 24%;
}

.CSSTableGenerator tr:last-child td {
    border-width: 1px 1px 1px 1px;
}

.CSSTableGenerator tr td:last-child {
    border-width: 1px 1px 1px 1px;
}

.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #007fff 5%, #007fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007fff), color-stop(1, #007fff));
    background: -moz-linear-gradient(center top, #007fff 5%, #007fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff", endColorstr="#007fff");
    background: -o-linear-gradient(top, #007fff, 007fff);

    background-color: #007fff;
    border: 0px solid #ffffff;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #007fff 5%, #007fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007fff), color-stop(1, #007fff));
    background: -moz-linear-gradient(center top, #007fff 5%, #007fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff", endColorstr="#007fff");
    background: -o-linear-gradient(top, #007fff, 007fff);

    background-color: #007fff;
}

.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}