table { 
  width: 100%; 
  border-collapse: collapse;
  border: thin solid #000;
}

tr:nth-of-type(odd) { 
  background: #CCCC99;
}

th { 
  background: #030; 
  color: white; 
  font-weight: bold; 
}

td, th { 
  padding: 6px; 
  text-align: left; 
}