/*@media handheld {*/

/* all mobile css goes in here */

html, body {
	background: #fff;
	padding: 3px;
	margin: 0;
	}
	
* {
	float: none;
	}

.mobileoff {display:none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

#content img { 
	max-width: 250px;
	}

/*

@media only screen and (max-device-width: 480px) { 

	html {
	-webkit-text-size-adjust: none;
	}
	
	.mobileoff {display:none;}
}*/
