/* John's religious essay style */

@import "../jcgs.css";

BODY {
  color: maroon;
  background: #f0e0b0; /* vellum */
  background-color: #f0e0b0; /* vellum */
  margin-top: 3em;
  margin-bottom: 5em;
  margin-left: 5%;
  margin-right: 8%;
}

A:link {
  color: navy;
  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: 6px;

  background:     #402010;
  color:          white;

  border-top:     3px solid white;
  border-bottom:  3px solid white;
  border-left:    3px solid white;
  border-right:   3px solid white;
}

H2 {
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  padding: 3px;

  background:     #402010;
  color:          white;

  border-top:     3px solid white;
  border-bottom:  3px solid white;
  border-left:    3px solid white;
  border-right:   3px solid white;
}

H3 {
  font-size: small;
  font-style: normal;
  font-weight: bold;
  padding: 3px;

  background:     #402010;
  color:          white;

  border-top:     3px solid white;
  border-bottom:  3px solid white;
  border-left:    3px solid white;
  border-right:   3px solid white;
}

H4 {
  font-size: smaller;
  font-style: normal;
  font-weight: bold;
  padding: 3px;

  background:     #402010;
  color:          white;

  border-top:     3px solid white;
  border-bottom:  3px solid white;
  border-left:    3px solid white;
  border-right:   3px solid white;
}

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;
}

.warning {
  font-weight: bold;
  color:       red;
  padding:     9px;
  border:      3px solid yellow;
}