/* mobile styles */
@media handheld {

* { background: none !important; }

.mobilehide { display: none; }

html, body {
        font-size: 12px;
        background: #fff;
        padding: 3px;
        color: #000;
        margin: 0;
        }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }

em { text-decoration: none; }

img, #sidebar { display: none; }

a:link, a:visited { text-decoration: underline; color: #0000CC;    }
a:hover, a:active { text-decoration: underline; color: #660066; }

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) {
html { -webkit-text-size-adjust: none; }
}
}
