body {
  text-align: justify;
  font-family: sans-serif;
}

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

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

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

img {
  border: 0px;
}

hr {
  height: 1px;
  width: 100%;
  border-style: solid;
}

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.code {
  font-family: "Courier New", monospace;
}

.alert {
  color: red;
  background-color: transparent;
}

p.song {
  text-indent: 0em;
  margin-left: 2em;
  font-style: italic;
}

a {
    color: #FFFFCC;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
}

@media screen {
  body {
    color: #FFFFCC;
    background-color: #212121;
    margin-left: 0.2in;
    margin-right: 0.2in;
  }
}

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

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