header {
	width: 100%;
	margin-left: 0;
}

nav {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;

	background-color: #3F7F95;
}

nav a {
	color: white;
	font-size: 20px;
}

main {
	width: 100%;
	margin-left: 0;
}

main table {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;

	border-collapse: collapse;
	border-color: #7b002c;
	border-bottom-width: thick;
}

main table caption {
	padding-top: 25px;

	color: #3F7F95;

	font-size: 35px;
	font-style: italic;
}

main table tr th {
	border: thin solid #7b002c;
	color: white;
	background-color: black;

	text-align: left;
	font-size: 16px;
}

main table tr td {
	border-top: thin dashed #7b002c;
	border-bottom: thin dashed #7b002c;

	padding-top: 3px;
	padding-bottom: 2px;

	background-color: #feffef;
}

footer {
	position: static;
}

footer ul li {
	padding-top: 50px;
}

footer .icon:before {
	width: 30px;
	padding-left: 10px;
}