/* handheld-specific styles */
@media handheld {
     html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
     h1, h2     {
	        font-weight: normal;
		font-family: serif;
	        }
     a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
     a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
     .quotebox,#footer {display:none;}
}

