.name{
	margin-bottom:10px;
}
body{
  font: normal 11px verdana, arial, helvetica, sans-serif;
  padding:8px;	
}
table {
  border-collapse: collapse;
  border: 1px solid #A8A8A8;
  color: #363636;
  background: #C0C0C0;
  }
td, th {
  border: 1px solid #A8A8A8;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font-weight: bold;
  text-align: left;
  background: #ADD0DE;
  color: #FFFFFF;
  padding-top:3px;
  }
.odd {
  background: #E9E9E9;
}

