
#schedule {
   font-size: 70%;
}

#body #text ul {
   margin-bottom: 0;
   padding-left: 0;
}
#body #text ul li {
   list-style-type: none;
   line-height: 1.1em;
   margin-top: 0.7em;
   margin-bottom: 0.0em;
}
#schedule th {
   color: #fff;
   background-color: #666;
   text-align: center; 
   font-weight: 500;
}
#schedule td {
   color: #000;
   background-color: #fff;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
   padding-left: 2px;
   padding-right: 2px;   
   padding-top: 2px;
   padding-bottom: 2px;   
   text-align: center; 
   line-height: 100%;
}
#schedule td.first {
   border-right: none;
   border-left: 1px solid #666;
   border-bottom: 1px solid #666;
   padding-right: 0px;
}
#schedule td.blank {
   height: 1em;
   background-color: #ffc;
   border-right: none;
}
#schedule .blue {
   color: #009;
}
#schedule .red {
   color: #c00;
}
#schedule .green {
   color: #090;
}
#schedule .black {
   color: #000;
}
#schedule .bold {
   font-weight: 700;
}
#schedule .needed {
   color: #090;
   font-style: italic;
}
#schedule .cancel {
   text-decoration: line-through;
}
#text #schedule a {
   color: #900;
   text-decoration: none;
}
#text #schedule a:hover {
   color: #f00;
   text-decoration: underline;
}
