.header_block {
  margin-top: 7px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.header_block .title{
  color: #f90;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
}
.header_block .subtitle{
  color: #f90;
  font-size: 24px;
  font-style: italic;
}
.header_block .author{
  margin-left: 0px;
}



#body_box {
  background: #fff;
  width: 430px;
  height: 100%;
}
.body_block {
  margin-left: 10px;
  margin-right: 10px;
}
.body_block P,
.body_block P *{
  font-family: georgia, serif;     
  font-size: 12px;
  line-height: 1.5;
  margin: 0px;
  color: #000000;
  border: 0px;  
}
.body_block P{
  margin-top: 12px;
}
.body_block P.quotation {margin-left: 20px;}
.body_block P.first:first-letter{
  font-size: 150%;
  line-height: 1.0;
  color: #660000;
}

.body_block A,
.body_block H2,
.body_block .instructions,
.body_block b{
  color: #660000;
}
.body_block IMG.link {
  margin-top: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #660000;
  margin-bottom: 4px;
}
.body_block .context,
.body_block .context A{
  color: #660000;
}
.body_block .title{
  font-weight: normal;
}


.body_block.poetry{
  margin-left: 20px;
  margin-right: 10px;
}
.body_block.poetry P{
  text-indent: -10px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.body_block.poetry P.first{
  margin-top: 30px;
}



.subtext_block{
  margin-left:10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.subtext_block H2 {color: #ffffff;}
.subtext_block P {
  margin-top: 8px;
  margin-left: 4px;
  margin-bottom: 8px;
  margin-right:10px;
}
.subtext_block P,
.subtext_block P *{
  color: #cccc99;
  font-size: 11px;
}
.subtext_block A,
.subtext_block A:link,
.subtext_block A:visited,
.subtext_block A:active{
  color: #ffffff;
}
.subtext_block .title{
  font-weight: normal;
}


.further_block {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.further_block,
.further_block A:link,
.further_block A:visited,
.further_block A:active{
  color: #600;
  font-style: italic;
}
.further_block H2 {
  color: #600;
  font-size: 16px;
  text-decoration: overline;
  font-style: normal;
}

.indent{
  text-indent: 10px;
}
