/* setting body width and height, to ensure handheld compatability, though this may be unecessary */
body{
	width:208px;
	height:320px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;

}

