
<!--


	body {
		background-color: #efeee7;
	}

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


	h1 {
		font-family: "Arial Narrow", sans-serif;
		color: #555;
		font-size: 14pt;
		letter-spacing: 0.75pt;
		white-space: pre;
		margin: 20px 25px 20px 20px;

		padding: 0px 5px 6px 0px;
		border-bottom: 1px solid #bbb;
		text-shadow: 2px 2px 3px #ddd;
	}

	p.notes1 {
		font-family: sans-serif;
		color: #222;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin-left: 25px;
		margin-right: 30px;
		margin-top: 10px;
	}

	p.quote1 {
		font-family: sans-serif;
		color: #222;
		font-size: 8pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin-left: 40px;
		margin-right: 35px;
		margin-top: 10px;
	}

	p.caption {
		font-family: sans-serif;
		color: #222;
		font-size: 7pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 2px 25px 5px; 20px;
	}

	span.hilight {
		background-color: wheat;
	}


 	img.pic {
		width: 330px;
		margin-left: 20px;
		box-shadow: 3px 3px 4px #777;
	}

	a.supp:link {
		text-decoration: none;
		padding: 1px 3px 1px 3px;
		color: seagreen;
	}

	a.supp:hover {
		color: maroon;
	}

	a.supp:visited {
		text-decoration: none;
		color: seagreen;
	}
	
	a.image:link {
		margin-left: 2%;
		background-color: tan;
		margin-left: 15px;

	}

	a.image:hover {
		background-color: maroon;
		box-shadow: 3px 3px 3px #555;
	}
-->



