
body.index {
  background-color: #ffddbb;
  color: #442200;
  padding: 20px;
}

body.review {
  background-color: #ffddbb;
  color: #442200;
  padding: 20px;
} 

.innerindex {
  background-color: #ffddbb;
  color: #442200;
  padding-top: 14px;
  padding-bottom: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 80%;
  border-top-style: solid;
  border-top-width: thin;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

a:link {
  color: #ff4400;
}

a:visited {
  color: #442200;
}

.innerreview {
  background-color: #ffddbb;
  color: #442200;
  padding-top: 14px;
  padding-bottom: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 80%;
  border-top-style: solid;
  border-top-width: thin;
  border-bottom-style: solid;
  border-bottom-width: thin;
  font-size: 105%;
}

.indextitle {
  color: white;
  font-family: sans-serif;
  font-size: 36px;
}

.indexprologue {
  font-style: italic;
}

.revnote {
  font-family: sans-serif;
  font-size: smaller;
}

.reviewtitle {
  color: white;
  font-family: sans-serif;
  font-size: 24px;
}

.reviewsummary {
  color: white;
  font-family: sans-serif;
  font-size: 18px;
}

blockquote.excerpt {
  font-style: italic;
}
 
 
 
 
 
 
 
 
 
  
  
