 CAPTION.Schedule
{
background-color:#004f00;
border-bottom:1px solid #004f00;
font-size:16px;
color:#ffffcc;
font-weight:bold;
 
}
 
TABLE.Schedule
{
font-family:arial;
font-size:15px;
color:#ffffcc;
background-color:#004f00 ;
border:3px solid #004f00;
width:500px;
 
 
 
}
 
TH.Schedule
{
font-size:15px;;
color:white;
}
 
 
TR.Schedule
{
}
 
TD.Schedule
{
font-size:15px;
background-color:#516b50;
color:#ffffcc;
font-weight:bold;
border-bottom:0px solid #004f00;
text-align:center;
}
TD.go
{
font-size:15px;
background-color:#000;
color:#ffffcc;
font-weight:bold;
border-bottom:0px solid #004f00;
text-align:center;
}
TD.bottom
{
font-size:15px;
background-color:#516b50;
color:#ffffcc;
font-weight:bold;
border-bottom: 0px solid #004f00;
 
text-align:center;
}
TD.mid
{
font-size:16px;
background-color:#516B50;
color:#ffffcc;
font-weight:bold;
border-bottom:0px solid #004f00;
 
text-align:left;
padding:3px;
}
 
 .Schedule tr:hover th[scope=row], .Schedule tr:hover td
{
  background-color: #C6D7B1;
  color: #000;
 
}
 
 