*   
{ 
	padding: 0;
	margin: 0;
}

html, body 
{
  margin: 0 auto;
  height: 100%;
}

body 
{
/*	display: flex;
	flex-direction: column; 
	justify-content:center; */
	max-width:90%;
	/*text-align:justify;*/
	/*background-color:#fcfff6;*/
	/*background-color:#faf7f0;*/
	background-color:#faf9f4;
	color:#000;
	font-family: MattAntique, MattAntique BT, Palatino Linotype, book antiqua, bookman, goudy, bookman, serif;
}

header
{
	flex: none;
	/*background: #fbf9ee;*/
	background:#f9f5ec;
	height:6.5em;
}
/*
main 
{
	overflow-y: scroll;
	flex: auto;
	border: 1em, 0;
	flex-wrap:wrap;
}

main ol
{
	margin-left:3em;	
}

main p	
{
	width:86%; 
	margin: 0 auto 0 1.9em; 	
	font-size:104%;
	line-height:125%;
	text-align:justify;
	
	letter-spacing:.03em;
}
*/
p	
{
	width:80%; 
	/*margin: 0 auto 0 1.9em;*/
	margin-left: 10%;
	font-size:200%;
	line-height:125%;
	text-align:justify;
	/*text-indent:1em;*/
	letter-spacing:.03em;
}

.noindent
{
	text-indent:0;
}	

.noindent p
{
	text-indent:0;
}
	
nav 
{
	margin: auto;
	/*background-color: #fbf9ee;*/
	background-color:#faf9f4;
	/*background-color:#f9f5ec;*/
	height: 3em;
	top: 0;
	font-family: MattAntique, MattAntique BT, Palatino Linotype, book antiqua, bookman, Garamond, serif;
	font-variant:small-caps;
}	

nav ul
{
	margin: auto;
	height: 100%;
	width:96%;
}

nav ul li
{
	list-style-type: none;
	width:100%;
	/*float: center;*/
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	border: 6px solid lightsteelblue;
	text-align: center;
	font-size:400%;
	line-height: 300%;
/*	background-color:grey;*/
	background-color:lightslategrey;
	font-weight: bold;
	/*outline: 6px solid lightsteelblue;  */
}

nav ul li a
{
	text-decoration: none;
/*	color: black;  */
	color:#f9f5ec;
	display: block;
}

nav ul li a:hover
{
	background-color: silver;
	color: white;
}

nav ul li a:focus		 
{
    outline: 6px solid black;  
/*	color: transparent;   */
	color: black;
	font-weight:bold;
	text-shadow: 0 0 0 #fbf9ee;
	&:focus 
	{
      outline: none;
	}	
}

p+p	
{
	/*text-indent:1em;*/
	margin-top:0;
	margin-bottom:.5m;
}

a
{
	text-decoration: none; 
	color: black;
	font-weight: normal;
}

a:focus		 
{
	outline: 2px solid purple;   
	color:purple;
}
a:hover		 
{
	outline: 2px solid purple;   
	color:purple;
}
sup
{
	font-style:italic;
	font-size:100%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	top:-0.5em;
}

sup a
{
	text-decoration: none; 
	color: black;
	font-weight: bold;
}

sup a:focus		 
{
	outline: 2px solid black;   
}

h2
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
	text-align:center;
	letter-spacing:0.07em;
	font-size:500%;
}

h3
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
	text-align:center;
	letter-spacing:0.07em;
	font-size:400%;
}

h4
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
	text-align:center;
	letter-spacing:0.07em;
	font-size:360%;
}

h5
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
	text-align:center;
	letter-spacing:0.07em;
	font-size:260%;
}

.tbox1
{
	width:100%;
	padding:0;
	text-align:center;
	background-color:silver;
	margin:0.25em, auto;
}

.hbox1
{
		width:100%;
		height:2em;
		padding:0;
		text-align:center;
		background-color:lightsteelblue;
		margin:2.5em auto;
}

.hbox2
{
		width:100%;
		height:2em;
		padding:0;
		text-align:center;
		background-color:lightslategrey;
		margin:2.5em auto;
}

.hbox3
{
		width:100%;
		height:2em;
		padding:0;
		text-align:center;
		background-color:cadetblue;
		margin:2.5em auto;
}

.imgC
{
	margin-top:1em;
	margin-bottom:1em;
	text-align:center; 
}

.headx 
{
	margin-top:1em;
	margin-bottom:1.5em;
}

.booklist-ins ul 
{
	padding-left: 5em;
	margin-top:.5em;
	margin-bottom:1em;
	text-decoration: none;
}

.booklist-ins ul a 
{
	text-decoration: none;
	color:black;
}

.booklist-ins ul a:hover 
{
/*	background-color: #fcfff6;*/
	background-color:#faf9f4;
	color:purple;
}

.contentslist ul 
{
	height:normal;
}

.contentslist ul li
{
	list-style-type: none;  
	color: navy; 
	font-family: Courier, monospace;
	font-weight:normal;
}

.contentslist ul li a
{
	text-decoration: none; 
	color: navy; 
	font-family: Courier, monospace;
	font-weight:normal;
}

.contentslist ul li a:hover
{
	/*background-color: #fcfff6;*/
	background-color:#faf9f4;
	color: purple;
}

.footnote
{
	margin-bottom:.5em;
}

.footnoteinline
{
	font-family:arial, helvetica, sans-serif;
	font-size:60%;
}

.footnote-sans
{
	font-family: arial, helvetica, sans-serif;
	font-size: 60%;
}

.footx
{
	width:86%;
	margin: 1em auto 10em 1.9em;
}

.footnav 
{
	background-color:#faf9f4;
    /*background-color: #fcfff6;*/
	height: 3em;
	bottom: 0;
	
}    
.footnav ul
{
	height: 3em; 
	margin: 0 auto;  
}

.footnav ul li
{
	list-style-type: none;  
	width: 9.4em; 
	float: left; 
	text-align: center;
}

.footnav ul li a
{
	text-decoration: none; 	
	color: purple; 
	line-height: 3em; 
	display: block; 
	font-family: Courier, monospace;
	font-weight:bold;
	font-size: 104%;
	font-style:normal;
}

.footnav ul li a:hover
{
	background-color: #fcfff6;
	color: black;
}

.footnav ul li a:focus		 
{
    outline: 2px solid purple;   
}

.contentslist ul li a:focus		 
{
    outline: 2px solid purple;   
}

.booklist-ins ul a:focus 
{
	outline: 2px solid purple;
}

