/* content */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5b2b23;
  }
h1 {
  font-size: 1.4em;
  }
h2 {
  font-size: 1.2em;
  }
h3,
h4,
h5,
h6 {
  font-size: 1.0em;
  }
.handle {
  font-weight: bold;
  color: #5b2b23;
  margin-right: 4px;
  }
a {
  color: #000000;
  }
.note {
  color: #666666;
  font-style: italic;
  }
p.border_bottom {
  padding-bottom: 6px;
  border-bottom: 1px solid #5b2b23;
  }
div.border_bottom {
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid #5b2b23;
  }
