<style>
				.footable {
				  width: 40%;
				  font-family:  'trebuchet MS' , 'Lucida sans' , Arial;
				  font-size: 11px;
				  color: #444;
				 
				  border: solid #ccc 1px;
				  border-collapse: separate;
				  border-spacing: 0;
				}
				table { 
				  width: 100%; 
				  border-collapse: collapse; 
				}
				/* Zebra striping */
				tr:nth-of-type(odd) { 
				  background: #eee; 
				}
				th { 
				  background: #333; 
				  color: white; 
				  font-weight: bold; 
				  font-family:  'trebuchet MS' , 'Lucida sans' , Arial;
				}
				td, th { 
					font-family:  'trebuchet MS' , 'Lucida sans' , Arial;
				  padding: 3px; 
				  border: 1px solid #ccc; 
				  text-align: center; 
				  font-size: 11px;
				  }
</style>