body {
  font-family: arial, sans-serif;
  font-size: 85%;
}

tr.odd {
  background: #DDD;
}

tr.even {
  background: #EEE;
}

th { 
  text-align: left; 
}

td { 
  vertical-align: top; 
}

table { 
  font-size:1.1em; 
}
