/* CSS Document */
body {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  background-color: whitesmoke;
  color: darkblue;
} 
.divTitle{
  text-align: center;
  padding: 10px;
}
.divMenu{
  text-align: center;
  padding: 10px;
}
.divMenu a{
  color:blueviolet;
  text-decoration: none;
}
.divMenu a:hover{
  color: lightsalmon;
  text-decoration: underline;
}
.divLabel {
  text-align: center; 
  padding: 3px;
}
.divInput {
  text-align: center;
  padding: 3px;
}
.divButton {
  text-align: center;
  padding: 3px;
}
.divError {
  text-align: center;
  padding: 3px;
  color: red;
  font-weight: bold;
}
.divOk {
  text-align: center;
  padding: 3px;
  color:blueviolet; 
  font-weight: bold;
}
