body {
  background-color: #e2d7a9;
  margin: 0px;
}

input {
  background-color: #e2d7a9;
}

.submenu {
  border-bottom:1px solid white;
  border-top:1px solid white;
  background-color: #e2d7a9;
}

.menu2 {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: normal;
}
a.menu2:hover {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: normal;
}
.menuActive2 {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: bold;
}
.menu3 {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: normal;
}
a.menu3:hover {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: normal;
}
.menuActive3 {
  text-decoration: none;
  color : gray;
  font-size : 10px;
  font-weight: bold;
}

.footer {
  text-decoration: none; 
  font-size: 9px;
  font-weight: bold;
  color: #000000;
}

A.admin {
  color : Red;
  font-size: 11px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 11px;
}

.error {
  color:red; 
  font-size:12px;
}

