
<!--
	body {
		width: 90%;
		background-image: url('../..//img/paper1.jpg');
	}

	::-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: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		text-indent: -20px;
		margin-left: 35px;
		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 25px;
		padding-bottom: 3px;
		border-bottom: 1px solid #aaa;
	}

	p.notes1st {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt; 
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 35px 35px 5px 55px;
	}

	p.notes1 {
		font-family: sans-serif;
		color: #333;
		font-size: 12pt; 
		letter-spacing: 1pt;
		line-height: 1.5;
		margin: 20px 35px 5px 55px;
	}

	p.notes2 {
		font-family: sans-serif;
		color: #333;
		font-size: 11pt; 
		letter-spacing: 0.75pt;
		line-height: 1.1;
		margin: 15px 5px 5px 45px;
		padding-top: 5px; 
		border-top: 1px solid #aaa; 
	}

	p.notes3 {
		font-family: sans-serif;
		color: #333;
		font-size: 12pt; 
		letter-spacing: 1pt;
		line-height: 1.5;
		margin: 20px 35px 5px 90px;
	}

	span.ver {
		font-family: sans-serif;
		color: #555;
		font-size: 9pt; 
		letter-spacing: 1.2pt;
		line-height: 1;
	}
	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;
	}


-->



