body 
{
	border-style: outset;
	color: #3d3a33;
	font-family: Georgia,system-ui;
	font-size: 100%;
	line-height: 1.35rem;
	margin: 0;
}

header 
{
	
	background-color: #bfbaa4;
	min-height: 33vh;
	padding: 3rem 1rem;
	text-align:center;
	border-style: outset;
}

h1
{
	color: #555;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	margin-top: 0;
	text-indent: 25px;
	text-shadow: .04em .04em .03em black;
}

h2
{
	line-height: 1em;
	font-size: 11vw;
	text-shadow: .04em .04em .03em black;
}

h3 
{
	font-size: 1rem;
}



caption
{
	margin-top: 1em;
	font-style: italic;
}

main 
{
	margin: 0 2em;
}

table 
{
	background-color: #afaa96;
	border: 1px solid #bbb;
	border-collapse: separate;
	border-spacing: 0;
	border-style: outset;
	text-shadow: .04em .04em .03em black;
}

table thead 
{
	text-align: center;
}

table th 
{
	background-color: #4c4940;
	border: 1px solid #aaa;
	padding: .5em;
	min-width: 5em;
}
table td 
{
	border: 1px solid #aaa;
	padding: .5em;	
}

ul.topnav 
{
	border-bottom: 1px solid #555;
	border-style: outset;
	list-style: none; 
	margin: 0 15%;
	padding: 0;
	text-align: center;
	text-shadow: .04em .04em .03em black;
}

ul.topnav li 
{
	display: inline;
	padding: .25em .5em;
	margin: 2em;
}

ul.topnav a
{
	color: #FFFBBD;
	text-decoration: none;
}

ul.topnav a:hover {color: #CA3C25;}
	background-color: #E6AA68;
	color: #FFFBBD;
	
