
<!--
	body {
		background-color: white;
		overflow: hidden;		}

		::-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: steelblue;		}
	#Banner {
		width: 99%;	
		height: 40px;
		margin-top: -7px;
		margin-left: -10px;
		background-color:  steelblue;
	}
	p.author {
		font-family: Capri, sans-serif;
		color:  white;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		position: absolute;
		top: -8px;
		left: 150px;
	}

	span.booktitle {
		font-family: Capri, sans-serif;
		color:  white;
		font-size: 18pt;
		letter-spacing: 0.75pt;	}

	#Leftbar {
		width: 3%;
		height: 810px;
		position: absolute;
		top: 30px;
		left: 10px;
		overflow: auto;
		padding-bottom: 20px;
		border: none;	}
	
	h1 {
		font-family: sans-serif;
		color: #384426;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		margin: 20px 10px 0px 15px;	}

	p.caption {
		font-family: sans-serif;
		color: #222;
		font-size: 8pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 25px 40px 50px 25px;	}

	#TOC {
		width: 320px;
		height: 520px;
		position: absolute;
		top: 42px;
		left: 2px;
		overflow: auto;	}

	a {
		text-decoration: none;	}

	a.toc:link {
		font-family: sans-serif;
		font-weight: bold;
		color: steelblue;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: -20px;
		margin: 5px 40px 5px 45px;
		padding: 5px 5px 5px 30px;	
		display: block;
		border-bottom: 1px solid #ddd;	}

	a.toc:visited {
		color: steelblue; 	}

	a.toc:hover {
		color: salmon;	}

	img.bookcover {
		width: 345px; 
		margin-left: 35px; 
		margin-top: 15px; 		
		box-shadow: 4px 5px 6px #666;	}
-->