
<!--
	body {
		background-image: url('../img/paper1.jpg');
		overflow: hidden;
	}

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

	#TitleBar {
		width: 99%;
		height: 35px;
		position: absolute;
		top: 5px;
		left: 5px;
		background-color: #597791;
		overflow: hidden;	}

	#Chronology {
		width: 747px;
		height: 740px;
		position: absolute;
		top: 65px;
		left: 10px;
		overflow: auto;
		padding-bottom: 20px;	}

	h1 {
		font-family: Calibri, sans-serif, "Arial Black";
		color: #fff;
		font-size: 18pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 3px 25px 10px 30px;	}


	h2{
		font-family: Calibri, sans-serif, "Arial Black";
		color: maroon;
		font-size: 13pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		padding: 5px 5px 5px 15px;
		background-color: seashell;
		margin: 35px 25px 15px 20px;
		border-top: 1px solid #7b824d;
		border-bottom: 1px solid #7b824d;
		width: 530px;
		clear: both;	}


	p.date {
		font-family: sans-serif;
		color: #777;
		font-size: 11pt;
		letter-spacing: 0.5pt;
		text-indent: -50px;
		line-height: 1.3;
		width: 450px;
		margin: 15px 60px 20px 100px;		
	}

	span.yr {
		color: maroon;
		font-weight: bold;
		padding-right: 10px;	}

	span.hilight {
		background-color: lightgreen;	}

	a {
		text-decoration: none;	}

	a.supp:link {
		text-decoration: none;
		color: seagreen;
		padding: 2px 10px 2px 0px;	}

	a.supp:visited {
		text-decoration: none;
		color: seagreen;	}
	
	a.supp:hover {
		color: maroon;
		text-shadow: 3px 3px 5px #999;	}

	a.button:link {
		font-family: sans-serif;
		text-decoration: none;
		height: 12px;
		font-size: 10px;
		padding: 2px 5px 2px 6px;
		background-color: white;
		color: #597791;
		margin-left: 20px;	}

	a.button:visited { 
		text-decoration: none;
		height: 12px;
		color: #597791;	}

	a.button:hover {
	color: salmon;
		background: white;	}

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

	.separator {
		margin-top: 40px;
		margin-left: 90px;
		margin-bottom: 20px;	}

	.spacer {
		width: 50%px;
		height: 30px;
		visibility: hidden;	}

-->