body {
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, helvetica, sans-serif;
}

h1 {
  font-family: Roboto;
  font-weight: 100;
  margin-bottom: 0;
}

h2 {
  font-family: Roboto;
  font-weight: 100
}

h3 {
  font-family: Roboto;
  font-size: 0.9em;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 20px;
}

a {
  color: #000000;
  text-decoration: none;
}

#page {
  margin-top: 40px;
  margin: 40px 20px;
}

#main {
  margin-top: 60px;
  font-size: 0.9em;
}

/* menu */
#menu {
  margin-top: 60px;
  height: 40px;
  font-family: Roboto;
  background-color: #f0f0f0;
}

#menu div {
  float: left;
  padding: 10px;
}

#page404 {
  font-family: Roboto;
  font-size: 7em;
}

.center {
  text-align: center;
}
