body
{
    background-image: url(../Jaguar_wallpaper.jpg);
	background-repeat: repeat;
}
table.schedule
{
  width: 800px;
  border-style: solid;
  background-color: white;
  cellpadding: 0;
  cellspacing: 0;  
  font-family: Verdana;
  color: black;
}
table.schedule th
{
  text-align: center;
  font-family: Verdana;
  color: blue;
  background-color: silver;
  height:50px;
  valign:middle;
}
table.schedule tr
{
  height: 40px; 
}
table.schedule td
{
  text-align: center;
  font-family: Verdana;
  font-size: 20px;
}
div.footer
{
  padding:0;
  margin:0;
  font:italic small-caps 700 10px arial;
  color: blue;
  text-align:center;
  valign:middle;  
}


