@charset "UTF-8";

table,table tr th, table tr td {
     border:1px solid black;
     border-collapse:collapse;
}
 .programmeTable{
     width:100%;
     font-size: 16px;
     font-family: "Microsoft Yahei";
     text-align: center;
}
 .programmeTable th{
     background-color: #cccccc;
     height: 40px;
}
 .programmeTable td{
     height:30px;
}
