@media handheld {
	html, body {
		padding: 3px;
		margin: 0;
	}
	* {
		color: #000;
		background-color: #FFF;
		position: static !important;
		float: none !important;
		background: none !important;
	}
}
