body {
	margin: 0;
	padding: 0;
	padding-top: 0;
	font-family: Arial;
	font-size: 13px;
	padding-right: 10px;
}

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

h2 {
	font-size: 160%;
}


#content {
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	text-indent: 0;
	color: #FFFFFF;
	padding-top: 10px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 620px;
	height: 460px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	color: #000000;
}

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


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 620px;
height: 500px;
position: fixed;
color: #333333;
}
