


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:335px;
	height:552px;
	overflow: auto;
position: relative;
	/* IE overflow fix, position must be relative or absolute*/

	margin:20px 0px 10px 0px;
	padding:0px 10px 0px 10px;

	
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
    width:365px;
	height:150px;
	overflow: auto;
position: relative;
	/* IE overflow fix, position must be relative or absolute*/

	margin:20px 0px 10px 0px;
	padding:0px 10px 0px 10px;

	
}
