/*
Author: Richard Tribble 
Date started: 05/07/216
SNHU Web design 2016


*/

table {
	font-size: 18px;
	float: center;
	border: 10px;
	border-style: solid;
	border-color: red;
	text-align: center;
	padding: 25px;
	display: center;
}

table-caption {
	font-size: 18px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 10px;
}

thead {
	border-bottom: 5px;
	border-style: solid;
	border-color: black;
}

td.left {
	text-align: left;
}

