/* This stylesheet was made by Porsha Waller */
body {
	background-color: #00FFFF;
}

img {
	max-width: 100%;
	img-align: center;
}

header {
	Background-color: #00FFFF;
	text-align: center;
}

nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: italic; underline;
	text-align: center;
	
}

main {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border-top: 5px dashed #000000;
	border-bottom: 5px dashed #000000;
	border-left: 5px dashed #000000;
	border-right: 5px dashed #000000;
}

table {
	border: 0.3em solid #000000;
	border-collapse: collapse;
	padding: 1em;
	text-align: center;
	vertical-align: center;
	width: 100%;
	font-size: 1em;
}

th,td {
	border: 0.2em solid #000000;
	padding: 1em;
}
footer {
	text-align: center;
	font-size: 1em;
}