﻿body {
    background-image: url(../images/2016bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    font-size: 1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

A:link {
    color: darkblue;
}
A:visited {
    color: darkblue;
}
A:active {
    color: red;
}
A:hover {
    color: blue;
    Text-Decoration: none;
}

.link1 {
    /*font-size: 13pt;*/
    font-size: 1.2em;
    font-weight: bold;
    font-family: 新細明體;
    color: white;
    text-shadow: black 2px 2px 2px;
    height: 30px;
    vertical-align: middle;
    padding-top: 3px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
    .link1:hover {
        /*font-size: 13pt;*/
        font-size: 1.2em;
        font-weight: bold;
        font-family: 新細明體;
        color: lightblue;
        text-shadow: black 2px 2px 2px;
        height: 30px;
        vertical-align: middle;
        padding-top: 3px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
    }
.link2 {
    /*font-size: 13pt;*/
    font-size: 1.2em;
    font-weight: bold;
    font-family: 新細明體;
    color: yellow;
    text-shadow: black 0px 0px 3px;
    height: 30px;
    vertical-align: middle;
    padding-top: 4px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
    .link2:hover {
        /*font-size: 13pt;*/
        font-size: 1.2em;
        font-weight: bold;
        font-family: 新細明體;
        color: lightblue;
        text-shadow: black 0px 0px 3px;
        height: 30px;
        vertical-align: middle;
        padding-top: 4px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
    }
.link3 {
    /*font-size: 11pt;*/
    font-size: 1em;
    font-weight: 400;
    color: white;
    text-shadow: black 2px 2px;
    width: auto;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
    .link3:hover {
        /*font-size: 11pt;*/
        font-size: 1em;
        font-weight: 400;
        color: yellow;
        text-shadow: black 2px 2px;
        width: auto;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
    }

.counter1 {
    position: absolute;
    top: 15px;
    left: 15px;
    /*font-size: 16pt;*/
    font-size: 1.5em;
    font-family: arial black;
    color: black;
    text-shadow: white 0px 0px 5px,white 1px 1px 8px,white 1px 1px 10px;
    height: 30px;
}

.table1 {
    width: 90vw;
    background: rgba(30%,30%,30%,0.6);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

    text-align: center;   
    border-spacing: 2px;
}

.td1 {
    border: 1px solid silver;
    padding: 8px;
}

#Image2 {
    width: 473px;
    height: 98px;
}

@media (max-width: 500px) {
    .table1 {
        width: 98vw;
    }
    #Image2 {
        width: 98vw;
        height: 98px;
        padding-top: 1.7em;
    }
}

.date1 {
    /*font-size: 9pt;*/
    font-size: 0.85em;
    font-weight: bold;
    color: pink;
}

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-button-text {
    /*font-size: 10pt;*/
    font-size: 1em;
}