body {
	margin: 0;
	padding: 0; padding-top: 1em;
font-family: Arial,Helvetica,sans-serif;
color:#3E4091;
	font-size: 13px;    


}





#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 570px;
height: 420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;      

}


