@charset "utf-8";

/* Document Styles */
h1 {font-size: 1.6em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
h2 {font-size: 1.5em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
h3 {font-size: 1.4em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
h4 {font-size: 1.3em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
h5 {font-size: 1.2em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
h6 {font-size: 1.1em;color: #009;font-family:Verdana, sans-serif;text-align:center;}
body {
	text-indent:0em;
	text-align:justify;
	font-size: 0.9em;
	font-family:Verdana, sans-serif;
	background-color: #ccccff;
	}
p {	text-indent:2em;	}
/* Class styles */
.box-top {
	background-color:#ccccff;
	text-align: center;
	}
.box {
  position: relative;
  width: 100%;
  height:auto;
  max-width: 600px;
  margin-left:auto;
  margin-right:auto;
  background-color:#ccccff;
	text-align: justify;
	z-index: 1000;
  }
.box-text {
	  position: relative;
	  width: 100%;
	  height:auto;
	  max-width: 600px;
	  margin-left:auto;
	  margin-right:auto;
	  padding:2em;
	  background-color: #ccf;
		border: 2px;
	  }
.box-button	{
  width: 100%;
  height:auto;
  margin-left: 10%;
  margin-right: 0px;
  background-color:#ccccff;
	color: #ffffff;
  }

.noindent	{	text-indent:0em;	}
.return-to-top {
	text-align: center;
	color: #00f;
	font-weight: bold;
	font-size: 0.75em;
}
.book-title {
	font-weight: bold;
	font-size: 1.3em;
	font-style: italic;
	color: #009;
}
