body{
  margin: 2em 10%;
  background: white;
  }
html>body{
  width: auto;
  max-width: 32em;
  margin: 2em auto;
}
#story-info{
  margin: 2em 0 ;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  }
#story{
  margin: 2em 0;
  }
h1{ font-size: 200%;}
h2{ font-size: 150%;}
h3{ font-size: 140%;}
h4{ font-size: 130%;}

h1{
  text-transform: lowercase;
  white-space: nowrap;
  }
#title, h1, h2, h3, h4{
  font-family: "hoefler text", "georgia", "palatino", "bookman old style", serif;
  }
#title h1, #title h2{
  margin: 0;
  line-height: 1;
}
h2 span#author-name{
  margin-right: 0.5em;
  }
#codes{
  font-weight: normal;
  font-style: italic;
  font-size: 88%;
  white-space: nowrap;
  color: gray;
  }
.subtitle{
  margin-bottom: 0.5em;
  font-weight: normal;
  }
h3{
  font-weight: bold;
  }
#title h3{
  font-weight: normal;
  }
h1, h2, h4{
  font-weight: normal;
  }
h4{
  font-style: italic;
  }
h2{
  margin: 1em 0 0.5em 0;
  }
ins{
  font-weight: normal !important;
  text-decoration: none !important;
  font-style: italic;
  color: rgb(10%,10%,10%);
  }
#story-info{
  line-height: 1.2;
  }
#story-info blockquote{
  margin: 1em 0 1em 2em;
  }
#story-info p{
  margin: 0.75em 0;
  }
h3, h4{
  margin: 0.5em 0;
  }
#story{
  line-height: 1.3;
  text-align: left;
  }
span#first-words{
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 95%;
  line-height: 1.5;
  }
strong.upp{
  font-weight: normal;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.1em;
  }
p.end-section{
  color: gray;
  text-align: center;
  font-size: 125%;
  }
p#end{
  margin: 2em 0;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 90%;
  text-align: center;
  }
#comments-story{
  margin: 6em 0 2em 0;
  }
