

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

h2 {
	font-size: 160%;
}





#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 748px;
	height: 323px;
	/*background-color: #E7EADE;*/
	margin:0px;
	
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: auto;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

