


h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}



td {border: 0.1px}











#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 528px;
	height:160px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

	background-color: #0C4C20;
	margin-top:65px;
	
	padding-top:0px  ;
	padding-left:20px  ;
	padding-bottom:10px  ;
	border:1px solid #000000;
}

#mycustomscroll2{
	/* Typical fixed height and fixed width example */
width: 528px;
	height:160px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

	background-color: #5ea500;
	margin-top:65px;
	
	padding-top:0px  ;
	padding-left:20px  ;
	padding-bottom:10px  ;
	border:1px solid #000000;
}


