DIV#timetable {
    color:      #855622;
    font-Size:12px;
    }
DIV#timetable TABLE {  
    border:  1px solid #000000;     
    margin-Left: auto;     
    margin-Right: auto;
    border-collapse: collapse;
    } 
DIV#timetable TABLE TH { 
    background-Color: #C9BD95;
    color:          #000000;
    }
DIV#timetable TABLE TD.day { 
    font-Weight:    bold;
    }
DIV#timetable TABLE TD { 
    border:  1px solid #000000;     
    padding-Left:   10px;
    padding-Right:  10px;
    }
DIV#timetable TABLE TR {
    background-Color:   #EFEFD6;
    }
DIV#timetable TABLE TR.alt {
    background-Color:   #FFFFFA;
    }

