
<!--
	body {
		width: 90%;
		background-color: #fff;	}

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

	p.select {
		font-family: sans-serif;
		color: #333;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		text-indent: -20px;
		margin-left: 65px;
		margin-right: 0px;
		margin-top: 10px;	}
	
	h1 {
		font-family: sans-serif;
		color: #555;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 80px 5px 5px 45px;
		padding-bottom: 3px;
		border-bottom: 1px solid #aaa;}


	p.notes1 {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 10px 5px 5px 55px;	}

	p.item {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		text-indent: -35px;
		line-height: 1.2;
		margin: 5px 60px 5px 95px;	}	

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

	a.supp:visited {
		text-decoration: none;
		color:  cornflowerblue;	}
	
	a.supp:hover {
		color: salmon;	}

	a.supp:active {
		color: maroon;	}
-->