/* print styles */

body {
  color: black;
	background: white;
    font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.2;
	}
	
#header {
  display: none;
	}

#heading h1, h2 {
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
  padding-top: 0px;
  }

#heading h1 {
  font-size: 150%;
  color: black;
  }

#heading h2{
  font-size: 110%;
  color: black;
  border-bottom: 1px dashed;
  }

#chaptertitle {
  text-align: center;
}

#contenttext{
  position: relative;
	text-align: left;
  }	
	
#contenttext h2{
  margin-bottom: 20px;
  text-align: center;
	font-style: normal;
	font-weight: bold;	
	}
	
#contenttext p{
	padding: 12px 0 0 0;
	font-family: Georgia, serif;
	font-size: 11pt;
	font-style: normal;
  }

.divider{
  padding-top: 20px;
	padding-bottom: 13px;
  text-align: center;
	}

.song{
  padding: 15px 0 10px 25px;
	font-style: italic;
	font-size: 100%;
  }
	
#footnote{
  font-size: 80%;
	}

img {
  display: none;
	}

#menu {
  display: none;
	}	
	
#nav {
  display: none;
	}

#copyright {
  position: relative;
  font: Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  }

#footer {
  display: none;
}

#chapter-footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.pn {
  display: none;
}

a:link {
  text-decoration: none;
  color: black ;
}
