
<!--

	body {

	}

	::-webkit-scrollbar {
    		width: 4px;
	}

	::-webkit-scrollbar-track {
    		background: #eee;
	}

	::-webkit-scrollbar-thumb {
   		 background: #ccc;
	}

	::-webkit-scrollbar-thumb:hover {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from

					(maroon) (white));
		background: -webkit-linear-gradient(top, maroon, white);
	}

	::-webkit-scrollbar-thumb:active {
    		background: maroon;
	}

	.Page {
		margin: 80px 120px 50px 120px;
	}

	h1 {
		font-family: "Arial Narrow", sans-serif;
		color: #333;
		font-size: 18pt;
		letter-spacing: 0.75pt;
		margin: 35px 80px 30px 65px;
		padding: 0px 5px 6px 0px;
		text-shadow: 2px 2px 3px #ddd;
	}

	h2 {
		font-family: "Arial Narrow", sans-serif;
		color: #333;
		font-size: 15pt;
		letter-spacing: 0.75pt;
		margin: 50px 80px 10px 105px;
		padding: 2px 5px 6px 0px;
		border-bottom: 1px solid #aaa;
	}

	h3 {
		font-family: "Arial Narrow", sans-serif;
		color: #333;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		width: 400px;
		margin-left: 105px;
		margin-top: 40px;
		margin-bottom: 10px;
		border-bottom: 1px solid #aaa;
	}

	p.notes1 {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		text-align: center;
		margin: 10px 100px 5px 100px;
	}


	p.txt {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		text-indent: 10px;
		line-height: 1.3;
		margin: 10px 100px 5px 100px;
	}

	p.txta {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 10px 100px 5px 100px;
	}

	p.txt1st {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		text-indent: 10px;
		line-height: 1.3;
		margin: 35px 100px 5px 100px;
	}

	p.txt-ind {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.5pt;
		text-indent: 10px;
		line-height: 1.3;
		margin: 10px 100px 5px 115px;
	}
	p.txt2 {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.5pt;
		line-height: 1.5;
		margin: 5px 110px 8px 115px;
	}


	p.txt-hanging {
		font-family: sans-serif;
		color: #666;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		text-indent: -35px;
		line-height: 1.5;
		margin: 5px 100px 8px 130px;
	}
	p.poetry {
		font-family: sans-serif;
		color: #333;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		text-indent: 6px;
		line-height: 1.5;
		margin-left: 120px;
		margin-right: 120px;
		white-space: pre;
	}
	p.poetry1st {
		font-family: sans-serif;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		text-indent: 6px;
		line-height: 1.5;
		margin-top: 60px;
		margin-left: 130px;
		margin-right: 100px;
		white-space: pre;
	}


	span.lord {
		font-variant: small-caps;
	}
	
	a.supp:link {
		text-decoration: none;
		padding: 1px 3px 1px 3px;
		color: dodgerblue;

	}
	a.supp:visited {
		text-decoration: none;
		color: rgb(161, 238, 196);
	}
	
	a.supp:hover {
		color: salmon;
	}

	a.supp:active {
		color: maroon;
	}

	a.button:link {
		font-family: sans-serif;
		font-size: 9pt;
		text-decoration: none;
		background-color: lightcyan;
		border: 1px solid #ddd;
		padding: 1px 3px 1px 0px;
		box-shadow: 2px 2px 3px #aaa;
		color: #444;
	}

	a.button:visited { 
		text-decoration: none;
		background-color: lightcyan;
		border: 1px solid #ddd;
		box-shadow: 2px 2px 3px #777;
		color: #666;
	}

	a.button:hover {
		background-color: antiquewhite;
	}

	a.button:active { color: #800000;
		}

-->



