@charset "utf-8";
 #tab ,#tab1
         {
               font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
               width:100%;
               border-collapse:collapse;
           }
   #tab1 tr:hover{
             background-color:#DDFF77;
        }
        #tab  td, #tab  th
        {
            font-size:1em;
            border:1px solid #98bf21;
            padding:3px 7px 2px 7px;
            text-align: center;
        }
        #tr1{
            background:#EAF2D3;
            font-size:20px;
            font-family:楷体;
            font-weight:900;
            height: 25px;
        }
       
        #tab1  td {
            color:black;
            font-family:微软雅黑;
            font-size:15px;
            text-align: center;
        }      
  