/* Standard layout
*/
body {
  color: black;
  background-color: #eeeeee;
  margin-left: 0.2in;
  margin-right: 0.2in;
  text-align: justify;
}

p {
  text-indent: 1em;
  margin-top: 0px;
  margin-bottom: 1ex;
}

h1, h2, h3 {
  text-align: center;
}

h4 {
  font-style: italic;
  margin-top: 1ex;
  margin-bottom: .5ex;
}

div.h4 {
  font-weight:bold;
  font-style:italic;
}

img {
  border: 0px;
}

hr, hr.section {
  height: 1px;
  width: 100%;
  border: 1px solid black;
}

hr.div {
  text-align: center;
  margin-top: 2ex;
  margin-bottom: 2ex;
  height: 2px;
  border: 1px solid black;
  width: 30%;
}

ul, ol, li {
  margin-bottom : 0px;
  margin-top : 0px;
}

ol.alpha {
  list-style-type: lower-alpha;
}

dt {
  font-weight: bold;
  font-style: italic;
}

.noline {
  margin-bottom : 1ex;
  margin-top : 0px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.code {
  font-family: Courier New, monospace;
  text-align: left;
}

.alert {
  color: red;
}

.song, .quote {
  text-indent: 0em;
  margin-left: 1em;
  font-style: italic;
}

.normal {
  text-decoration: none;
  font-style: normal;
}

.image {
  padding-left: 5px;
  vertical-align: text-top;
  float: right;
}

@media print {
  body {
    color: black;
    background-color: #ffffff;
    margin-left: 0in;
    margin-right: 0in;
  }

  h1 {
    page-break-before: left;
  }
}

