body {
	color: #666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; text-align: justify
}

h1, h2 {
	font-size: 12px; font-family: Helvetica, sans-serif; font-weight: lighter
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 437px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: white;
	font-size:11px;
	line-height:16px;
	padding-right: 20px;
	text-align: justify;
}



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

