/* Set schedule to centered */
table.time td {text-align: center;}

/* set the time column green */
.hours {background-color: rgb(102,204,102); }

/* darker line at the top of each hour */
.newhour {border-top: 2px solid black ;}

/* combine the above */
.hourstop {border-top: 2px solid black ;
           background-color: rgb(102,204,102); }

/* set the people row green */
.people {background-color: rgb(102,204,102);
           font-weight: bold;}

/* student things are blue */
.student {background-color: rgb(204,204,255); }

/* teacher stuff is pinkish */
.teacher {background-color: rgb(255,204,204); }
