
<!--
	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;	}
	p.p1 {
		font-family: sans-serif;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		padding-bottom: 5px;
		margin: 20px 20px 10px 30px;	}

		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(8, 60, 104);		}

	a.index:link {
		font-family: sans-serif;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		margin: 0px 30px 3px 30px;
		padding: 5px 8px 4px 20px;
		text-indent: -8px;
		text-decoration: none;
		display: block;
		color: #597791;	}

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

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

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

	a.index2:link {
			font-family: sans-serif;
			font-size: 11pt;
			letter-spacing: 0.75pt;
			margin: 0px 30px 3px 30px;
			padding: 5px 8px 4px 20px;
			text-decoration: none;
			display: span;
			color: #555;		}
	
	a.index2:visited2 { color: #555;		}
	
	a.index2:hover {
			background-color: #006262;
			color: #fff;		}
	
	a.index2:active { 
			color: #800000;			}
		a.index1 {
		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: #597791;
		box-shadow: 2px 2px 3px #ccc;
		display: span;
		color: beige;	}

	a.index1:visited { color: beige;
		background-color: #597791;	}

	a.index1:hover {
		background-color: beige;
		color: #597791;	}

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



