body{
    font-family:Verdana,Arial,sans-serif;
    color: #333;
    background-color: #9c9;
    font-size: 12px;
    line-height: 140%;    
    margin: 3px;
    padding: 0px;
}
h3{
    padding:5px 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 140%;    
    color: #000;
    border-left: 20px solid #696;
    border-bottom: 1px solid #696;
}
/************* #time_table ***************/
#time_table{
    border-top: 1px solid #9c9;
    border-left: 1px solid #9c9;
}
#time_table th{
    padding: 1px;
    background-color: #696;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #9c9;
    border-right: 1px solid #9c9;
    text-align: center;
}
#time_table td{
    padding: 1px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border-bottom: 1px solid #9c9;
    border-right: 1px solid #9c9;
    text-align: left;
}

