

div{
border: 2px solid white;
text-transform: capitalize;
border-radius: 5px;
float: left;
/* google code rules     w3c   */
clear: both;
text-align: center;
text-shadow : 1px 1px #F5FFFA;

}

   

#container{
background-color: lightblue;
height: 1000px;
margin-bottom: 40px;
width: 80%;
margin-left:10%;
margin-right: 10%;
}



.headerofmemus{
width: 90%;
margin-left: 5%;
margin-right: 5%;
background-color: yellow;
height: 50px;
}

.menusholder{
width: 60%;
margin-left: 20%;
margin-right: 20%;
background-color: #00FF7F;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

.menubox {
background:green;
color: white;
font-family: Times;
font-size: 14pt;
width: 18%;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 1px;
padding-right: 1px;
/* we do not want to clear left, do not clear rigtht*/
clear: none;

}



.contentholder{
background-color:7074CF ;
width: 80%;
margin-right: 10%;
margin-left: 10%;
height: 450px;
margin-top: 10px;
font-size: 24px;
}



img{
height:200px;
width: 250px;
padding: 10px;
float: left;
clear: both;
}

p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
  float: none;
}

  /*img tag where change how imgae look big and small*/
/* 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;
}