
<!--
	body {
		padding: 0px;
		margin: 5px;
		overflow: hidden;
  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;		}

	#Banner {
		width: 99.8%;	
		height: 50px;
		margin-top: -26px;
		margin-left: 0.05%;
		background-color: #123849;	}
	#Container {
		width: 98%;
		margin-left: 0.03%;
		height: 1010px;	}

	h1 {
		font-family: sans-serif;
		color: maroon;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		margin: 10px 0px 0px 15px;	}

	.sidenav {
		height: 86%;
  		width: 0;
  		position: fixed;
  		z-index: 100;
  		top: 100px;
  		left: 5px;
  		background-color: #597791;
		border: 1px solid white;
		overflow-x: hidden;
  		transition: 1.3s;		}

	a.nav:link {
		font-family: sans-serif;
		font-size: 16px;
		text-align: center;
		color: #597791;
		text-decoration: none;
		padding: 2px 10px 4px 10px;
		margin-left: 30px;
		margin-bottom: 3px;
		display: span;	}

	a.nav:visited {
		color: #597791;	}

	a.nav:hover {
		color: rgb(231, 71, 71);
		border-bottom: 4px solid rgb(231, 71, 71);	}

	a.nav:active {
		color: #536750;	}
	
	a.button:link {
		font-family: sans-serif;
		text-decoration: none;
		height: 10px;
		border: 1px solid #ddd;
		font-size: 8px;
		padding: 3px 4px 3px 4px;
		box-shadow: 3px 3px 4px #aaa;
		color: #666;
		margin-left: 10px;
		margin-right: 10px;	}

	a.button:visited { 
		text-decoration: none;
		border: 1px solid #ddd;	}

	a.button:hover {
	color: lemonchiffon;
		background: -webkit-gradient (linear, 0% 0%, 40% 100%, from
					(#dae2c0) (#384426));
		background: -webkit-linear-gradient(top, #dae2c0, #384426);	}

	a.button:active { color: #800000;		}

	#copyr {
		width: 97%;	
		height: 10px;
		position: absolute;
		left: 2%;
		top: 97%;
		padding-top: 5px;
		border-top: 1px solid #ccc;	}

	.copyr {
		font-family: sans-serif;
		font-size: 0.7em;
		letter-spacing: 0.5pt;
		color: #384426;
		margin-left: 15px;
		margin-top: 4px;
		white-space: pre;	}

-->