


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 */
    padding: 0px 10px 0px 10px;
	width: 150px;
	height: 345px;
	overflow: auto;
margin-top:55px;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #ffffff;

}

