
<!--
	body {
		width: 420px;
		background-color:  #597791;}

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

	h1 {
		font-family: "Lucida Sans Typewriter", "Courier New", sans-serif;
		font-size: 14pt;
		color: white;
		margin: 70px 30px 25px 40px;	}


	p.p1 {
		font-family: "Lucida Sans Typewriter", "Courier New", sans-serif;
		font-size: 13pt;
		text-indent: -15px;
		color: white;
		border-bottom: 1px solid #999;
		padding-bottom: 2px;
		margin: 20px 30px 14px 40px;	}

	p.p2 {
		font-family: "Lucida Sans Typewriter", "Courier New", sans-serif;
		font-size: 13pt;
		color: white;
		text-indent: -25px;
		padding-bottom: 2px;
		margin: 10px 30px 6px 65px;	}

	p.p3 {
		font-family: "Lucida Sans Typewriter", "Courier New", sans-serif;
		font-size: 10.5pt;
		color: rgb(248, 245, 229);
		padding-bottom: 2px;
		margin: 3px 30px 8px 63px;
	}



	a { text-decoration: none;}
	
	a.index1:link {
  font-size: 11pt;;
		padding: 3px 10px 3px 10px;
		text-decoration: none;
		color: #fff;	}

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

	a.index1:hover {
  background-color: white;
		color: rgb(253, 107, 131);	}

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


-->