
<!--

	body {
  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;	}

			button.sidebutton {
				width: 20px;
				height: 20px;
				position: sticky;
				left: 15px;
				top: 10px;
				border: none; 	
				color: white;
				background-color: steelblue;
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;	}
		

	h2 {
		font-family: "Arial Narrow", sans-serif;
		color: #444;
		font-size: 15pt;
		letter-spacing: 0.75pt;
		text-indent: -15px;
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 0px 35px 0px 20px;	}

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

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

	p.notes2 {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		text-indent: -15px;
		margin-left: 50px;
		margin-right: 30px;
		margin-top: 10px;	}

  span.hbtxt {
   font-family: "SBL Hebrew", Bwhebb;
 color: #222;
 font-size: 16pt;} 

	p.item {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		text-indent: -15px;
		line-height: 1.5;
		margin: 10px 60px 10px 75px;	}

	p.list {
		font-family: sans-serif;
		color: #222;
		font-size: 9pt;
		letter-spacing: 0.75pt;
		line-height: 1.1;
		margin: 5px 25px 5px 35px;	}

	span.box {
		font-size: 7pt;
		color: lightgoldenrodyellow;
		border: 1px solid #ccc;
		padding: 1px 3px 1px 3px;
		border-radius: 3px;
		white-space: pre;
		background-color: rgb(13, 92, 95);	}

	a.supp:link {
		text-decoration: none;
		padding: 1px 0px 1px 0px;
		color:  rgb(49, 156, 199);	}

	a.supp:visited {
		text-decoration: none;
		color:  rgb(49, 156, 199);	}
	
	a.supp:hover {
		color: sienna;	}

	a.supp:active {
		color: maroon;	}

-->