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

.frame {
 border: 2px solid black;
}

.inmargin {
  position: absolute;
  right: 10px;
  top: 100px;
  width: 100px;
}

.notebox {
  font: 10px sans-serif;
  letter-spacing: 2px;
  border: 1px solid black;
  background: #cccccc;
  padding: 3px;
  width: 100px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.notebox A {
  text-decoration: none;
  color: #0000c0;
}

.title {
  font: bold 16px sans-serif;
}

.caption {
  font: 12px sans-serif;
}

.nav, .nav A, .nav A:active, .nav A:visited {
  font: 12px sans-serif;
  color: black;
}

