*   
{ 
	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;
	/*text-indent:1em;*/
	letter-spacing:.03em;
}
		
nav 
{
	/*background-color: #fbf9ee;*/
	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
{
	/*height: 100%;*/
}

nav ul li
{
	list-style-type: none;
	width:100%;
	
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size:800%;
	line-height:200%;
	background-color:grey;
	font-weight: bold;
}

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

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

nav ul li a:focus		 
{
    outline: 2px solid black;  
	color: transparent;   
	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;
}

.triangle-down 
{
	width: 0;
	height: 0;
	border-left: 420px solid transparent;
	border-right: 420px solid transparent;
	border-top: 140px solid cadetblue;
}
.triangle-up 
{
	width: 0;
	height: 0;
	border-left: 420px solid transparent;
	border-right: 420px solid transparent;
	border-bottom: 140px solid cadetblue;
}

.buttoncontainer
{
	width:100%;
	overflow:auto;
}

.buttoncontainer div
{
	width:50%;
	float:left;
}
.btnx
{
	display:inline-block;
	font-family: MattAntique, MattAntique BT, Palatino Linotype, book antiqua, bookman, Garamond, serif;
	color:#f9f5ec;
	background:lightslategrey;
	text-decoration: none;
	width:80%;
	margin-left:8%;
	margin-right:8%;
	border: 6px solid silver;
	border-radius:10%;
	text-align: center;
	line-height:200%;
	font-size:600%;
/*	background-image: linear-gradient(90deg,#fff,#aaa 40%,#ccc); */
}

.btnx:hover
{
	color:black;
}

.btnx:focus
{
	color:black;
}

.btn1
{
	display:block;
	margin: auto;
	width:40%;
	border: 18px solid silver;
	border-radius:48px;
	text-align: center;
	color:#f9f5ec;
	line-height:200%;
	font-size:600%;
	font-family: MattAntique, MattAntique BT, Palatino Linotype, book antiqua, bookman, Garamond, serif;
	font-variant:small-caps;
	background:lightslategrey;
	margin-top:0;
	margin-bottom:0.2em;
}

.btn1:hover
{
	color:black;
}

.btn1:focus
{
	color:black;
}

.btn2
{
	display:block;
	margin: auto;
	width:40%;
	border: 18px solid silver;
	border-radius:48px;
	text-align: center;
	color:#f9f5ec;
	line-height:200%;
	font-size:600%;
	font-family: MattAntique, MattAntique BT, Palatino Linotype, book antiqua, bookman, Garamond, serif;
	font-variant:small-caps;
	background:lightsteelblue;
	margin-top:0;
	margin-bottom:0.2em;
}

.btn2:hover
{
	color:black;
}

.btn2:focus
{
	color:black;
}

a:focus		 
{
	border: 6px solid black;
	border-radius:10%;
}

a:hover		 
{
	border: 6px solid black;
	border-radius:10%;
}

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;   
}

h1, h6
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
/*	text-align:center; */
	letter-spacing:0.07em;
}
h2, h3, h4, h5
{
	margin:1em auto;
/*	font-variant:small-caps;  */
	font-weight:normal;
	text-align:center;
	letter-spacing:0.07em;
}

.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;
}

