BODY {
  background: white;
  color: black;
  font-family: sans-serif;
}
IMG { border: none; }

#navbar {
  position: absolute;
  top: 0;
  left: 0;
}

#content {
  margin-top: 200px;
  width: 30em;
}

#content div {
  margin-top: 10px;
}

#footer {
  margin-top: 20px;
}

.button {
  background: #effb34;
  padding: 10px;
  border: 1px dashed black;
}
.button2 {
  background: #effb34;
  padding: 5px;
  border: 1px dashed black;
}

.nobr { white-space: nowrap; }

