body{
	font-family: garamond;
	font-size: 20px;
	color: black;
	line-height: 1.5;
	align-content: center;
	background-color: #222;	/* A nice grey */
}
h1{
	font-size: 3vw;
}
ul {
	margin:0;
	padding: 0;
	display: inline;
}
header li {
	display: inline;
}
header{
	background: gray;
	color:#469F63; /* A deep/forrest green */
	text-align: center; 
	padding-top: 5px;
	min-height: 30px;
	border: black 3px solid;
	background-image: url("intersection.png");
    background-repeat: repeat;	
}
footer {
	
	background: gray;
	color:#469F63;
	text-align: center; 
	padding-bottom: 5px;
	min-height: 30px;
	border: black 3px solid;
	background-image: url("intersection.png");
    background-repeat: repeat;	

}
nav {
	float: center;
	font-size: 1.5vw;
	background-color: #BBBBBB;
	border-top: black 1px solid;
	border-bottom: black 1px solid;

}
img{
	border-radius: 20px;
	display: block;
	border: #469F63 4px solid;
	margin-left: auto;
	margin-right: auto;
}
a {
	color:white;
	text-decoration: none;
}
main, h1, table{
	text-align: center;
}

th {
	font-weight: bold;
	font-size: 125%;
	text-decoration-line: underline;
}
iframe{
	display:block;
	margin-left: auto;
	margin-right:auto;
}
.container{
	width: 0 auto;
	align-content: center;
	text-align: center;
	margin: auto;
	background: black;
	color: #FFFFFF; 
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 00px;
	border-bottom: black 3px solid;

}
.main {
	width: center;
	text-align: center;
}
.highlight{
	font-weight: bold;
	color: #ff6347; /*Tomato*/
	font-size: 125%;
}
.stroke {	
	text-shadow: 
	   	-1px -1px 0 orange,  
	    1px -1px 0 orange,
	    -1px 1px 0 orange,
	    1px 1px 0 orange;
}
.white{
	color: #FFFFFF;

}

