
<!--
	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

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

	::-webkit-scrollbar-thumb:active {
    		background: #597791;	}

	button.sidebutton {
		width: 20px;
		height: 20px;
		position: sticky;
		left: 15px;
		top: 10px;
		border: none; 	
		color: white;
		background-color: #597791;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;	
		clear: both;	}
		
	img.book {
		width: 155px; 
		margin: 0px 30px 30px 30px; 
		border: 1px solid #ddd; 
		box-shadow: 5px 5px 10px #aaa;
		float: left;	}

	h1 {
		font-family: Capri, Arial;
		color: maroon;
		font-size: 14pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-indent: -10px;
		margin: 5px 10px 5px 5px;
		padding-bottom: 5px;	}

	p.details {
		font-family: sans-serif;
		color: #666;
		font-size: 10pt;
		letter-spacing: 0.5pt;
		line-height: 1.3;
		margin: 0px 10px 30px 5px;	}

	h2 {
		font-family: "Arial Narrow";
		color: maroon;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		margin: 35px 40px 10px 30px;
		padding-bottom: 5px;
		border-bottom: 2px solid maroon;
		clear: both;	}

	p.notes1st {
		font-family: sans-serif;
		color: #666;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin-left: 30px;
		margin-right: 35px;
		margin-top: 35px;	}

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

	p.review {
		font-family: sans-serif;
		color: #666;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin:  15px 50px 15px 60px;
	}	

	p.attribute {
		font-family: sans-serif;
		color: #666;
		font-size: 11px;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin:  6px 60px 25px 100px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ddd;	}

	p.quote1 {
		font-family: Georgia, sans-serif;
		color: #555;
		font-size: 9pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		margin-left: 60px;
		margin-right: 90px;	}

	p.quote2 {
		font-family: Georgia, sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: 20px;
		line-height: 1.4;
		margin-top: -5px;
		margin-left: 70px;
		margin-right: 90px;	}

	p.list {
		font-family: sans-serif;
		color: #222;
		font-size: 7pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 10px 25px 25px 80px;	}
	

		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;	}
	
	
	.separator {
		margin-top: 30px;
		margin-left: 40px;
		margin-bottom: 30px;	}

	.spacer {
		width:400px;
		height: 30px;
		visibility: hidden;	}

-->



