#entet {
  border: 0px ridge #996633;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  margin: 20px;
  padding: 3px 10px;
  color: black;
  background-color: #ffcc66;
  width: 50%;
  font-family: "Times New Roman",Times,serif;
  text-align: center;
  font-style: normal;
  text-transform: none;
  position: relative;
  bottom: 0%;
  left: 25%;
  right: 25%;
  font-weight: normal;
  font-size: 45px;
}
#menu {
  border:  none;
  margin: 30px 10px;
  padding: 5px;
  font-family: Arial;
  background-color: transparent;
  width: 100%;
  position: relative;
  font-size: 18px;
  text-align: center;
  left: 0%;
  right: 0%;
  bottom: 0%;
  color: #330000;
}
#text {
  border: 0pt solid #330000;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  color: black;
  position: relative;
  left: 25%;
  width: 50%;
  right: 25%;
  background-color: #fbfbfb;
  text-align: justify;
}
#pie {
  margin-top: 10px;
  font-family: Arial;
  font-size: medium;
  text-align: center;
}
#image {
  border-style: dotted;
  text-align: center;
}
body {
  background-color: #ccb9a9;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  background-color: #ffcc66;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-large;
  background-color: #ffcc66;
}


