/* Easy reading...
*/
body {
  font-family: Verdana, serif;
  font-size: 10pt;
  text-align: justify;
  background-color: #f0f2f5;
  color: #200040;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1cm;
  padding-right: 1cm;
  width: 16cm;
}

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

a {
  color: #200040;
}

a:hover {
  color: blue;
  background-color: #eeeeff;
}

h1, h2 {
  font-style: italic;
  text-align: center;
  background-color: #6b879c;
  color: white;
  width: 100%;
}


h1 {
    margin-bottom: 2px;
}
h2 {
    margin-top: -2px;
    margin-bottom: 2px;
}

h3 {
  text-align: center;
}

h4 {
  margin-top: .5ex;
  margin-bottom: 0ex;
}

div.h4 {
  font-weight: bold;
}

img {
  border: 0px;
}

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

hr.div {
  text-align: center;
  margin-top: 2ex;
  margin-bottom: 2ex;
  height: 1px;
  border: 0px;
  border-top: 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: monospace, Courier New;
  text-align: left;
}

.alert {
  color: red;
}

.song, .quote, .message {
  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;
  }
}
