body {
	color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
}

.hide	{
	display: none;
	}


/* title of book at top right */
.header {
	font-family: Verdana, Helvetica, Arial, San-Serif; 
	font-size: 80%;
	text-align: right;
}


/* navigation */
.next {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; 
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}


/* main text */
.bodytext {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; 
	line-height: 130%;
	text-indent: 20px;
}

h1, h2, h3 {
	font-family: "Georgia", "New Century Schoolbook", "Times", serif;
	font-style: bold;
	text-indent: 0px;
}

/* bibliography */
.bibliography {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; 
	line-height: 130%;
}

.bibliography h1, h2, h3, h4 {
	font-family: "Georgia", "New Century Schoolbook", "Times", serif;
	font-style: bold;
	text-indent: 0px;
}


blockquote {
	text-indent: 0px;
}

p.first:first-letter {
	font-size: 200%;
	font-family: "Georgia", "New Century Schoolbook", "Times", serif;
	font-style: bold;
}

.first {
	text-indent: 0px;
	line-height: 130%;
}


/* footnotes */
.footer {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; 
	font-size: 80%;
	list-style: none;
	line-height: 120%;
}

/* copyright footer */
.copyright {
	font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif; 
	font-size: 80%;
	text-align: center;
	margin-top: 20px;
}

a:link { text-decoration: none; color: blue; background: transparent; font-size: 100%}
a:hover { text-decoration: none; color: red; background: transparent; font-size: 100%}
a:visited { text-decoration: none; color: purple; background: transparent; font-size: 100%}
a:active { text-decoration: none; color: blue; background: transparent; font-size: 100%}