/* mobile styles */
@media handheld {

html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
* {
		background-image: none;
		background: #fff;
		float:none;
		}
		
h1, h2, h3, h4, h5, h6, p {
		margin-bottom:20px;
		}
		
.hidden {
		display:none;
		}
	
ul, ol {
		margin:20px 0;
		}
ul ul {
		margin:0;
}
	
li li {
		margin-left:10px;
		}
	
	
a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}

	a:hover, a:active, a:focus {
		text-decoration: underline;
		color: #660066;
		}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}