body {
/*
  font-family: Georgia ,"Trebuchet MS", Trebuchet, Arial,Sans-serif;
*/
  font-family: serif;
  font-size: 100%;
	}

#header {
  position:relative;
  border: solid 1px;
  padding: 1em;
  margin-bottom: 1em;
}

#content {
  position:relative;
  width: 100%;
  margin: auto;
}

.note {
  display: block;
  margin: 2em;
}

.right, .next, .prev  {
  display:none;
}

.corrRef {
  border-bottom: dotted 1px;
}

.corr:before {
  color: black;
  content: "[";
}

.corr:after {
  color: black;
  content: "]";
}

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
  display:none;
}

a {
  color: black;
  text-decoration: none;
}

div.p {
  margin: 1.33em 0;
  line-height: 1.3em;
}

/* deletions: <del> => <span class="del"> */
.del {
  text-decoration: line-through;
}

/* sublinear fragments ==> <span class="sub"> */
.sub {
  vertical-align: sub;
}

/* supralinear fragments ==> <span class="sup"> */
.sup {
  vertical-align: super;
}

/* underlined fragments ==> <span class="underline"> */
.underline {
  text-decoration: underline;
}

.underline_red {
  text-decoration: underline;
  color:red;
}

/* italic fragments ==> <span class="italic"> */
span.italic {
  font-style: italic;
}

/* bold fragments ==> <span class="bold"> */
span.bold {
  font-weight: bold;
}

/* smallcaps fragments ==> <span class="smallcaps"> */
span.smallcaps {
  text-transform: uppercase;
}
