.header {
	width: 100%;
	height: 10%;
	background: rgb(102, 255, 255);
	padding: 10px;
	text-align: center;
}
.title {
	font-size: 36px;
}
.menu {
	width: 24%;
	height: 10%;
	background: rgb(204, 255, 255);
	border-radius: 10px;
	border: 1px solid black;
	float: left;
}
.selMenu {
	width: 24%;
	height: 10%;
	background: yellow;
	border-radius: 10px;
	border: 1px solid black;
	float: left;
}
.body {
	width: 100%;
	height: 100%;
	background-color: dodgerblue;
	padding: 10px;
}
.theBody {
	float: left;
	top: 30%;
}
.band {
	width: 48%;
}
.finalImg {
	margin-left: 100%;
	height: 50%;
}
.logo {
	width: 20%;
}
.logo {
	float: left;
}
.head {
	text-align: center;
}
.newsImg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	border: 1px solid black;
}
.newsPage {
	margin-top: 2%;
	border: 1px solid black;
	background-color: white;
}
.newsCredits {
	font-size: 8pt;
	margin-top: 0.5%
}
.newsTitle {
	font-size: 25pt;
	text-align: center;
	font-family: arial;
	font-weight: bold;
}