body {
  background: url('images/Ford.jpg') no-repeat fixed center;
  color: peach;
  font-size:1.0em;
  text-align: center;
}

.tabletop { 
  font-family: "Elephant", "Times New Roman", Times;
  font-weight: bold;
  color: rgb(0,0,255);
  font-size:1.5em;
}


.tableheader { 
  color: white;
  font-size:0.6em;
}

.footnote {
  color: black;
  font-size:0.6em;
  text-align: center;
}

.time {
  color: black;
  font-size:0.8em;
  text-align: center;
}

td {
  text-align: right;
}

td.text {
  text-align: center;
}

td.header {
  text-align: center;
  background-color: rgb(0,0,160);
}

td.top {
  text-align: center;
  background-color: rgb(0,0,80);
}


.tablestd { 
  color: purple;
  font-size:0.7em;
  
}
