*{
    /* font-family: 'Noto Sans TC', sans-serif; */
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
    /* line-height: 1.6; */
}

#NaviBar{
    background-image: none;
    background-color: #555;
}


#NaviBar tr td a{
    text-decoration: none;
    color: white;
}


#NaviBar tr td a{
        text-decoration: none;
        color: white;
        transition-duration: .3s;
}

#NaviBar tr td a:hover{
        text-decoration: none;
        color: #bbb;
        transition-duration: .3s;
}