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

h2 {
	font-size: 160%;
}


#mycustomscroll { 
	width: auto; 
	height: 500px; 
	overflow: auto; 
	position: relative; 
	background-color: #F3F3F3;
}

