
<!--


	body {
  background-image: url('../img/paper1.jpg');
		overflow: auto;

	}


	::-webkit-scrollbar {
    		width: 4px;
	}

	::-webkit-scrollbar-track {
    		background: #dae2c0;
	}

	::-webkit-scrollbar-thumb {
		background: -webkit-gradient (linear, 0% 20%, 50% 70%, from

					(#fff) (#dae2c0));
		background: -webkit-linear-gradient(top, #fff, #dae2c0);
	}

	::-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;
	}

	h1 {
		font-family: sans-serif;
		font-size: 16pt;
		letter-spacing: 0.75pt;
		padding-bottom: 5px;
		margin: 4px 5% 24px 10%;

	}
	p.p1 {
		font-family: sans-serif;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		padding-bottom: 5px;
		margin: 10px 50px 10px 45px;;
		border-bottom: 1px solid #ccc;
	}

	a.index:link {
		padding: 5px 8px 4px 80px;
		text-indent: -8px;
		text-decoration: none;
		display: block;
		color: #555;
	}

	a.index:visited { color: #555;
	}

	a.index:hover {
		background-color: #384426;
		color: #fff;
	}

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


	a.index1:link {
		font-family: sans-serif;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		margin: 90px 10px 20px 10px;
		padding: 5px 10px 5px 10px;
		text-align: center;
		text-decoration: none;
		background-color: ivory;
		box-shadow: 2px 2px 3px #ccc;
		display: span;
		color: #555;
	}

	a.index1:visited { color: #555;
	}

	a.index1:hover {
		background-color: #384426;
		color: #fff;
	}

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

-->