/* John's essay style */
BODY {
  color: maroon;
  background: #f0e0b0; /* vellum */
  background-color: #f0e0b0; /* vellum */
  font-family: sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 5em;
  margin-left: 5%;
  margin-right: 8%;
  text-align: left;   /* discourage justification */
  letter-spacing: 0;  /* in fact, switch it right off */
  /* line-height: 125% */
}

A:link { color: #000060; text-decoration: none }
A:active { color: green; text-decoration: none }
A:visited { color: purple; text-decoration: none }

H1 {
  font-size: large;
  font-style: normal;
  font-weight: bold;
  padding: 2px;
  background:     #e0d0a0;
  color:          maroon;
  border-top:     2px solid maroon;
  border-bottom:  2px solid maroon;
  border-left:    2px solid maroon;
  border-right:   2px solid maroon;
}

H2 {
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  padding: 2px;
  background:     #e0d0a0;
  color:          maroon;
  border-top:     2px solid maroon;
  border-bottom:  2px solid maroon;
  border-left:    2px solid maroon;
  border-right:   2px solid maroon;
}

H3 {
  font-size: small;
  font-style: normal;
  font-weight: bold;
  padding: 2px;
  background:     #e0d0a0;
  color:          maroon;
  border-top:     2px solid maroon;
  border-bottom:  2px solid maroon;
  border-left:    2px solid maroon;
  border-right:   2px solid maroon;
}


/*
  This one doesn't work on my IE, as far as I can tell:
  P:first-letter { font-size: 200%; float: left }
*/

.aside {
  font-size: x-small;
  /* sotto voce for audio browsers */
  volume: soft;
  pause-before: 350ms;
  pause-after: 450ms;
}

.inprogress {
  font-family: monospace;
  color: red;
  font-style: italic;
  /* font-size: x-small; */
}

.ornamentative {
  font-family: cursive;
}

div.tail {
  font-style: italic;
  background:     #e0d0a0;
  color:          #402010;
  border-top:     3px solid #402010;
  border-bottom:  3px solid #402010;
  border-left:    3px solid #402010;
  border-right:   3px solid #402010;
}

