body {
    background: #ddd;
    margin: 0 auto;
    font: normal 14px/1.2 'Helvetica Neue', 'Arial'
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


/* 陳鵬自己設置 */
@font-face {
    font-family: 'ipa';
    src: url('../fonts/IpaP_20121103.ttf') format('truetype');
}


table {
    width: 950px;
    height: auto;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: left;
    margin: 50px auto;
}

table caption {
    font-size: 20px;
}

table thead {
    background-color: #EEEEEE;
}

table td {
    min-width: 50px;
    border: 1px solid #000000;
    font-size: 18px;
    font-family: ipa;
    padding: 5px;
}

table td a {
    text-decoration: none;
}

table td a:hover {
    background-color: red;
    color: white;
}

