
 div {
 	float: left;
	clear: both;
}


p {
	margin-left: 2%;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: revert;
}

.headerofmenus:hover {
background-color: hotpink;
}

#container {
background-color: lightgray;
height: 1800px;
margin-bottom: 40px;
width: 80%;
margin-left: 10%;
}


.headerofmenus {
width: 100%;
margin-left: 20%;
background-color: dimgrey;
height: 35px;
border-style: inset;
border-radius: 5px;
}

.contentholder {
background-color: grey;
width: 80%;
margin-left: 10%;
margin-top: -50px;
border-style: solid;
border-color: darkgrey;
border-width: 20;
border-radius: 50px;
}

.title {
font-size: 20pt;


}
