  b.death
  {
  font-weight: normal;
  font-variant: small-caps;
  font-family: Bembo,Baskerville,serif;
  }
  
  b.life
  {
  font-weight: normal;
  font-family: "Gill Sans", "Ocean Sans", sans-serif;
  font-variant: small-caps;
  font-size: 90%;
  /* text-transform: lowercase;
  font-family: Arial,Helvetica,sans-serif; */
  }
  
  b.living
  {
  font-weight: normal;
  font-size: 12pt;
  font-family: "Monotype Corsiva", monospace;
  font-variant: small-caps;
  }
  
  #death-box, #living-box, #life-box
  {
  float: left;
  margin: 1%;
  width: 30%;
  }
  
  #death-box img, #living-box img, #life-box img
  {
  	display: block;
	margin: 0 auto;
  }
  
  dl dt
  {
  clear: left;
  float: left;
  font-style: italic;
  width: 3em;
  }
  
  dl dt.long
  {
  font-style: italic;
  width: 100%;
  }
  
  dl dd
  {
  clear: both;
  float: left;
  }
  
  ul.comment-type
  {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  
  ul.comment-type li
  {
  clear: left;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 1ex;
  }
  
  ul.comment-type li span
  {
  display: block;
  }