.MainBody {
	margin-top: 275px;
	margin-bottom: 50px;
	margin-left: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
}
.MainHead {
	width: 650px;
	background-color: #D1EEEE;
	border-radius: 12.5px;
	border: 3px solid black;
	color: green;
	font-size: 24px;
	margin-top: -250px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
a:link {
	text-decoration: none;
	color: #D1EEEE;
}
a:visited {
	text-decoration: none;
	color: #D1EEEE;
}
a:hover {
	color: darkblue;
}
.Nav {
	background-color: white;
	width: 225px;
	height: 521px;
	text-align: center;
	padding-top: 27.5px;
	margin-left: -10px;
	margin-top: -10px;
	position: fixed;
}
.tab {
	color: #D1EEEE;
	font-size: 20px;
	text-align: center;
	width: 160px;
	height: 25px;
	background-color: blue;
	border-radius: 5px;
	border: 3px black solid;
	margin-left: 27.5px;
}
.explore {
	text-align: center;
	font-size: 20px;
	width: 160px;
	border-radius: 5px;
	border: 3px black solid;
	margin-left: 27.5px;
}
.explore2 {
	text-align: center;
	font-size: 20px;
	width: 160px;
	border-radius: 5px;
	border: 3px black solid;
	margin-left: 27.5px;
}
.Welcome {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Home {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Coding {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Games {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Videos {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Older-Videos {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;	
}
.Music {
	border-radius: 3px;
	border: 1px #D1EEEE solid;
	background-color: green;
}
.favIco {
	height: 75px;
	width: 150px;
	border-radius: 5px;
	border: 3px solid black;
	transition: width 2s, height 2s, transform 2s;
}
.favIco:active
{
width: 300px;
height: 150px;
transform:rotate(720deg);
}
/* This is the a:link, a:visited, a:hover, and a:active tags. */
.Welcome .Home .Coding .Games .Videos .Older-Videos .Music a:link {
	color: #D1EEEE;
}
.Welcome .Home .Coding .Games .Videos .Older-Videos .Music a:visited {
	color: #D1EEEE;
}
.Welcome .Home .Coding .Games .Videos .Older-Videos .Music a:hover {
	color: blue;
	background-color: white;
}
/*This is the select and options tags in this html...*/
.QRCode {
	height: 75px;
	width: 75px;
	border-radius: 5px;
	border: 3px solid black;
}
.DownLinks {
	background-color: green;
	border: 3px black solid;
	border-radius: 5px;
}