@charset "utf-8";
/* CSS Document for iPhone */

body {
	background-color: #ddd; /* Background color */
	color: #222;            /* Foreground color used for text */
	font-family: Helvetica;
	font-size: 14px;
	margin: 0;              /* Amount of negative space around the outside of the body */
	padding: 0;             /* Amount of negative space around the inside of the body */
}


