 @import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
        body { font-family: 'Noto Sans TC'!important;}

.CONTENTTITLE2
{
    height: 30;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: #623c22;
    bgcolor: red;

}

.CONTENTTITLE {
    height: 30;
    width:100%;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: #623c22;
    text-align: center;
    animation: mymove 5s infinite; /*animation 時間 播放次數*/
    animation-direction: alternate; /*是否循環交替反向播放動畫*/
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 5s infinite;
}

@keyframes mymove {

    0% {
        background: #87CEFF;
    }

    25% {
        background: #54FF9F;
    }

    50% {
        background: #7CCD7C;
    }

    75% {
        background: #63B8FF;
    }

    100% {
        background: #00FFFF;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {

    0% {
        background: #87CEFF;
    }

    25% {
        background: #54FF9F;
    }

    50% {
        background: #7CCD7C;
    }

    75% {
        background: #63B8FF;
    }

    100% {
        background: #00FFFF;
    }
}
  

.ITEMTITLE {
    ont-size: 12pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    color: darkred;
}
.ITEMCONTENT {
    padding: 15,15,15,15;
    font-size: 10pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
}
.REQUIREDFIELD {
    padding: 15,15,15,15;
    font-size: 10pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    font-weight: bold;
    color: darkred;
}
.FIELD {
    padding: 15,15,15,15;
    font-size: 10pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    font-weight: bold;
    color: black;
}
.MESSAGE {
    font-size: 10pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    font-weight: bold;
    color: black;
}
.DEFAULT {
    font-size: 11px;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    letter-spacing: 0px;
    line-height: 16px;
    width: 100%;
}
.school {
    font-size: 10pt;
    font-family: "Helvetica", "Verdana","LiHei Pro","Noto Sans TC","微軟正黑體", sans-serif;
    background-color: #c9eaff;
}
.StudentScore
{
    background-color: Gray;
    background-image: url(../images/blue1.gif);
}
A:link
{
    color: blue;
    text-decoration: none;
}
A:visited
{
    color: blue;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
body {
    margin: 0;
    background-color: #c9eaff;
}


