


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 */

	overflow: auto;

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

	background-color: #ffffff;
    color: #006600;
	margin-top:40px;
	width:478px;
	height:228px;
	padding:15px 10px;
	float: left;
	border:1px solid #006600;
	
}

