/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 
	html    {-webkit-text-size-adjust: none;}
	body    {background: #d9d9d9;}
	h1,h2 {font-weight: normal;}
	a,#footer li a,#menubig a {text-decoration: underline;font-weight:normal;}
	a:hover,#footer li a:hover,#menubig a:hover {text-decoration: underline;font-weight:normal;}
}

