body {
	background-color:	gray;
}


h1 {
	text-align:			center;
	font-weight:		bolder;
	font-family:		Verdana, Arial, sans-serif;
	text-decoration:	none;
	font-size:			250%;
}

h1 a {
	text-decoration:	none;
	color: 				#330066;
}

a {
	text-decoration:	none;	
}

h2 {
	text-align:			center;
	font-weight:		bold;
	font-family:		Verdana, Arial, sans-serif;
	text-decoration:	none;
	text-decoration:	none;
	color: 				#330066;
}

h3 {
	text-align:			center;
	font-weight:		bold;
	font-family:		Verdana, Arial, sans-serif;
	text-decoration:	none;
}

h4 {
	text-align:			center;
	font-weight:		bold;
	font-family:		Verdana, Arial, sans-serif;
	color:				#2F4F4F;
}

h1 a:hover, h2 a:hover {
	color: 				#99004D;
	background-color: 	#330066;
}

blockquote {
	line-height:		100%;
	font-size:			100%;
	text-align:			justify;
	color: 				black;
	font-weight:		normal;
	font-style:			italic;
	font-family:		Verdana, Arial, sans-serif;
	margin-left:		75px;
	margin-right:		75px;
}

#title-graphic {
	width: 				100%;
	height: 			100%;
	text-align:			center;
	margin-bottom:		-4px;
}

#title-toc {
	border:				4px solid #2F4F4F;
	margin:				4px;
	padding-left:		40px;
	padding-right:		40px;
	font-family:		Verdana, Arial, sans-serif;
	background-color:	#99cc99;
	font-size:			120%;
	text-align:			center;
}

#graphic-section {
	background-color:	teal;
	color:				#00008B;
	border:				4px solid #00008B;
	padding-bottom:		-4px;
	margin:				4px;
/*
	padding-left:		8px;
	padding-right:		8px;
*/
}

.titlepage {
	line-height:		85%;
}

#author {
	color:				#99004D;
	font-size:			150%;
}

#date {
	font-size:			70%;
	line-height:		80%;
	color:				#99004D;
}

#book-title {
	background-color:	teal;
	color: 				black;
	border:				4px solid #330066;;
	margin:				4px;
	padding-left:		8px;
	padding-right:		8px;
}

#section-title {
	background-color:	teal;
	color:				#00008B;
	border:				4px solid #00008B;
	margin:				4px;
	padding-left:		8px;
	padding-right:		8px;
}

#table-of-contents {
	border:				4px solid #2F4F4F;
	margin:				4px;
	padding-left:		40px;
	padding-right:		40px;
	font-family:		Verdana, Arial, sans-serif;
	background-color:	#99cc99;
	font-size:			90%;
	text-align:			justify;
}

#main-text {
	border:				4px solid #2F4F4F;
	margin:				4px;
	padding-left:		40px;
	padding-right:		40px;
	font-family:		Verdana, Arial, sans-serif;
	background-color:	#99cc99;
	font-size:			90%;
	text-align:			justify;
}

#contact-info {
	border:				4px solid #00008B;
	margin:				4px;
	padding-left:		8px;
	padding-right:		8px;
	font-family:		Verdana, Arial, sans-serif;
	color:				#00008B;
	background-color:	teal;
	text-align:			center;
	font-size:			80%;
	font-weight:		bolder;
}

#translator {
	font-family:		Verdana, Arial, sans-serif;
	text-align:			center;
	font-size:			70%;
}

#delineation {
	text-align:			center;
	font-weight:		bold;
	font-family:		Verdana, Arial, sans-serif;
	text-decoration:	none;
	color:				black;
	font-size:			100%;
}

.toc {
	list-style-type:	none;
}

.toc li {
	text-align:			justify;
	text-decoration:	none;
}

.toc .title {
	font-weight:		bold;
	font-size:			95%;
	color:				#0000FF;
}

.toc .sub-title {
	font-weight:		normal;
	font-size:			100%;
	font-style:			normal;
	color:				black;
}

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

.toc a:hover {
	background-color:	yellow;
}

.org-name {
	color:				#99004D;
	font-weight:		bolder;
	font-size:			140%;
}