

	
body {
	color: #20303;
	margin-top: 5ex;
	position: relative;
	left: 40ex; 
	/*background-image: url(paper.jpg);
	background-repeat: no-repeat; */
	/* overflow-x: hidden; */
	}

/*
header {
	background: url('banner.png');
	background-size: 100%;
	min-height: 200px;
    background-position: center;
	margin: 0 auto;
	position: static;
	}
	
header p {
	margin-top: 0;
	position: static;
	left: 0;
	}
	*/

nav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 35ex;
	background-color: #33293b;
	}

/*
section{	
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30ex;
	background-color: #33293b;
	}
*/
	
img {
	width:1000px;
	height: auto;
	}
a {
	color: white;
	}
	
ul a {
	color: black;
	}
	
	
::selection { 
	color: white;
	background-color: #303030;
	}
	
audio {
	float: right;
	margin-right: 45ex;
	margin-top: 4ex;
	max-width: 300px;
	}
	
	
ul { 
	border: solid 2px;
	padding: 2ex;
	width: fit-content;
	max-width: 50vw; 
	}
	
summary { 
	border: solid 2px;
	padding: 1ex;
	width: fit-content;
	max-width: 50vw;
	margin: 2ex;
	margin-left: -4ex;
	}
	
details p { 
	padding: 1ex;
	width: fit-content;
	max-width: 50vw;
	margin: 2ex;
	text-indent: 6ex;
	}
p { 
	max-width: 50vw;
	text-indent: 6ex;
	}
	
	
h1, h2, h3 {
	text-decoration: underline;
	font-style: italic;
	max-width: 50vw;
	}
	
ul {
	padding-left: 3ex;
	}

h4, h5 {
	font-size: 150%;
	margin: 5ex;
	max-width: 20vw;
	}
	
h5 {
	font-size: 124%;
	}
	

.irrl {
	font-size: 50%;
	font-style: italic;
	color: #707070; 
	}


