div  {
	float: left;
	clear: both;
}



body {
font-family: 'sigmar', cursive;
font-size: 30pt;

}

/*this holds the menus you click, that's the job at hand */
.widemenuheader {
background-color: tan; 
/*height: 20%;*/
width: 96%;
margin-right: 2%;
margin-left: 2%;
clear: both;
border-radius: 25px;
padding-top: 4px;
}


.textcontent {
background-color: tan;
/*height: 720px;*/
padding-top: 40px;
width: 94%;
clear: both;
border-radius: 25px;
padding: 20px;
margin: 40px;
margin-right: 2%;
margin-left: 2%;
}

.container {
background-color: bisque;
height: 999px;
/*width: 96%;*/
margin-right: 2%;
margin-left: 2%;
padding: 30px;
border-radius: 25px;
}


.clickablemenu {
background-color: wheat;
height: 70px;
width: 120px;
margin: 23px;
padding: 35px;
border-radius: 23px;
clear: none;
font-family:'Sigmar', cursive; 
font-size: 16pt;
text-align: center;
}


img {
float:left;
width: 30%;
margin-right:600px;
margin-left:50%;
padding: 30px;
}
 /* open and close your syntax!   */


/* unvisited link */
a:link {
  color: blue;
  text-decoration: none;
}

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

}

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

}

/* selected link */
a:active {
  color: red;
}