body { 
  font-family: "bitstream vera sans", verdana, sans-serif;
  color: #222;
  background: white;
  margin: 0;
  font-size: 0.9em;
}

a {
  color: #5e6d5c;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 a {
  color: #222;
}

div.menu {
  float: right;
  padding-top: 1em;
  padding-right: 0.5em;
  font-size: small;
  display: none;
}

h1, #title { 
  margin-top: 0;
  padding-left: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #bdc4bc;
  color: #222;
  background: #ccd3cb;
  font-size: 1.5em;
}

p {
  margin-top: 1.2em;
  margin-left: 1.2em;
}

p img {
  cursor: pointer;
}
