margin: 0;	
padding: 0; 
padding-top: 1em;	



width: 96%;
	
margin-left: auto;
	
margin-right: auto;
}

h2 
{
	font-size: 160%;
}


body {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	width: 375px;
	height: 960px;
	position: relative;

}
.style1 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	color: #EF3028;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 380px;
	height: 720px;
	overflow: visible;
	/* IE overflow fix, position must be relative or absolute*/
position: fixed;
	background-color: #000000;
	left: 0;
	top: 0;
	visibility: visible;
	margin: 0px;
	padding: 0px;
}


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

