

table {

	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 20px;
	
}

tbody td {

	background-color: gray;
	border: 4px solid red;
	margin-top: 20px;
	margin-bottom: 20px;
	

}


th {

	background-color: gray;
	border: 4px solid red;
	margin-top: 20px;
	margin-bottom: 10px;

}

caption {

	text-size: xxlarge;
	text-transform: underline;
	text-transform: uppercase;
	margin-bottom: 30px;
	
}

tfoot {

	text-transform: uppercase;
	text-size: xxlarge;
	text-align: center;

}