        
        html {
    background-color: #0f4203;
}body {
		
    margin: 40;
    background-color: #0f4203;
}
.interlude {color: red}

        .wrapper{
        background-color: #000000;
        max-width: 900px;
        /*max-width: 50%; 1218px*/
        margin: 0px auto;
        /*border: 2px solid black;*/
        padding: 0px 47px;
        box-shadow: 0px 0px 30px 5px black;
        /* https://codepen.io/sdthornton/pen/wBZdXq */
    }  

.paragraph1 {font-size: 18pt;}

p {
  color: #d6ab46; line-height: 100%; font-size: 100%;
    margin-top: 25px;}

audio {margin-top: 2px;  width: 275px;
    height: 15px; padding: 0px }

br {text-indent: 50px}

.textIndent {text-indent: 50px}

h1 {
  color: #d6ab46;
  text-align: center; font-family: Copperplate Gothic Bold; font-size: 30pt;
}
 /* .content-box {
  border: 3px solid #000000;
  column-count: 2 auto;
    } */
div#col {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.trackList {margin-left: 50px; column-count: 2 auto;}

tr td:first-child{padding-right: 43px}

td {
  color: #d6ab46; }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 