table {
	width: 100%;
}

	table caption {
		font-family: Georgia, Serif;
		font-style: italic;
		color: #666;
		padding: 1em 0;
	}

	table.striped thead tr {
		background: #000;
		color: #fff;
	}
	
	table.striped tbody tr.odd {
		background: #ddd;
	}
	
	table.alternative caption {
		margin-top: 5em;
	}
	
	table.alternative.striped thead tr {
		background: #09f;
		color: #fff;
	}
	
	table.alternative.striped tbody tr.odd {
		background: #cff;
	}

