body {
	background-color: black;
	background-image: url("wo7s.gif");
	color: white;
	font-family: Arial;
	text-align: center;
}
/* https://www.textstudio.com/text-animation-generator */
#banner {
	width: 50%;
}
table {
	width: 90%;
	margin: auto;
}
table, th, td {
	border: 2px solid white;
}
td {
	text-align: center;
}
#corn {
	width: 250px;
	height: 250px;
	object-fit: contain;
	margin: auto;
}
#shingle {
	height: 20px;
}
a {
	color: black;
	background-color: red;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
#blog {
	background-color: white;
}
#menu {
	width: 20%;
	float: left;
	background-color: black;
	border: 2px solid white;
	height: 70%;
}
#menu embed {
	height: 100%;
	width: 100%;
}
#main {
	width: 79%;
	float: right;
	min-height: 100%;
}
#top {
	background-color: black;
	border: 2px solid white;
}
#wikiinfobox {
	background-color: black;
	border: 2px solid white;
	width: 40%;
	text-align: right;
	margin-left: -1%;
}
#wikiinfobox img {
	width: 100%;
}
#wikiimg {
	width: 80%;
}