/*************
  global
 *************/
body {
  background-color: white;
  color: black;
  font-family: sans-serif;
}

a{
  color: #6b4d22;
}

a:hover {
  text-decoration: none;
}

/*************
  main content area
 *************/

#main-bg {
  margin-left: 12em;
  margin-right: 150px;
}

/*************
  menu bar
 *************/

#menubar {
  position: absolute;
  left: 0px;
  width: 10em;
  margin-right: 2em;
}

div.bookmark {
  margin: 1em;
  padding: 3px;
}

div.bookmark:hover{
  background-color: #dcabb0;
}

a#current {
  text-decoration: underline;
}

a.menuitem {
  font-size: 100%;
  text-decoration: none;
}

a.menuitem:hover {
  background-color: #dcabb0;
  text-decoration: underline;
}
