/* 
	Everyman Genealogy Style Sheet
	Author: Starr Gibson
	Date: 22 January 2016

	Filename: tablestyle.css
	Supporting files: 
*/

/* Table Styles */

	table {
		border: 15px solid brown;
		text-align: center;
		font-size: 115%;
	}

	table th {
		border: 3px double black;
		background-color: forestgreen;
		color: white;
		margin: 0px;
		padding: 10px;
	}

	table td {
		border: 3px double black;
		margin: 0px;
	}

	table tfoot {
		background-color: khaki;
	}

	table a {
		color: white;
	}