Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
  font-family:  "Droid Serif", serif;
  font-size:    20pt;
  color:        #022;
}

div#simpleSearch input#searchInput {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  color: black;
  background-color: #F0E68C;
}

div#simpleSearch {
  background-color: #F0E68C;
}

div#simpleSearch input {
  background-color: #F0E68C;
}

div#simpleSearch button#searchButton {
  background-color: #F0E68C;
}