@charset "UTF-8";
/* CSS Document */


body {font-family: "PT Serif", serif;
background-color: #fefdf8;}
#header {margin-top: 20px;}
.menu { background-color: #015d1c;
    margin-top: 20px;}
.footer {
	background-color: #2E2E2E;
	color: #FFF;
}
.footer a {color:#FFF}
.book {border-bottom: #000;}
h1 {font-family: "PT Serif", serif;}
p {font-family: "PT Serif", serif;
    font-size: 13pt;
}
.content{background-color: #fefdf8;
    padding-top: 20px;}

.footer p {color:#FFF;}
ul {font-family: "PT Serif", serif;
    font-size: 14pt;}


.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}
hr {
   color: #00ff00;
    background-color:none;
}
#invisible {opacity: 0}
#special {
	color: #FFF;
	background:#465F84;

}
