#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	width: 270px;
	height: 200px;
	overflow: auto;
	position: relative;
	padding-left:18px;
	margin-top:3px;
	
	
}

#mycustomscroll2 {
	width: 270px;
	height: 180px;
	overflow: auto;
	position: relative;
	padding-left:18px;
	margin-top:3px;
	
	
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

