div {
float: left;
clear: left;
font-size: 72;
}

img {
	margin-top: 50px;
float: left;

width: 50%;
margin-left: 25%; 
/*height:500px;*/
}

#container{
border-radius: 5px;
width:90%;
margin-left: 5%;
margin-top: 30px;
background-color: skyblue;
height: 1500px;
}
.textbox {
width: 55%;
background-color: darkgreen;

}

.menuholder {
	width: 90%;
	background-color: pink;
	margin-left: 5%;
	/*height: 100px;*/
}


.menubox {
	/*height: 20px;*/
	/*width: 200px;*/
	clear: none;
	background-color: silver;
	margin: 5px;
	font-size: 29pt;
	padding: 30px;
}


/* full control of memu colors, they use a tags */

/* Link that has never been clicked, un-visited link */
a:link {
color: white;
text-decoration: none;
}

/* visited link */
a:visited {
color: white;
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: none;
color: hotpink;
}

/* selected link */
a:active {
color: yellow;
text-decoration: none;
}

p{
	float: left;
	clear: left;
	font-size: 21pt;
	font-family: arial;
	color: blue;

}