@import "../../../base-style.css";

#navigation P {
  text-align: left;
  margin: 0;
  margin-left: 5px;
  font-size: smaller;
}

#navigation {
  background-color: #FFFFCC;
  position: fixed;
  top: 0; left: 0; right: 0; height: 1em;
  border-bottom: 1px solid #000000;
}

#content {
  padding-right: 4em;
  margin-left: 4em;
  position: fixed;
  top: 1.4em; left: 0; bottom: 0; right: 0;
  padding: 0 0.5em;
  border-right: 0;
  overflow: auto;
}

.filler {
  color: #E0E0E0;
}

.invisible {
  display: none;
}
