@media handheld {
	.screen, .screenlogo, .noprint {display: none;}
	.handheld {display: block;}
	.preload {display: none;}

	body {
		font-size: small;
		font-family: helvetica, arial, san-serif;
		color: #000;
		margin: .2em .3em;
		}
	.handheld h1, .handheld h2 {
		color: #CC9900;
		text-align: center;
		}
	.handheld h1 {font-size: 1.5em;}
	.handheld h2 {font-size: 1.1em; color: #000; text-align: left;}
	
	.handheld p, address {text-align: center;}
	
	.smaller {font-size: 80%;}
	
	a:link.nav {
		color: black;
		font-weight: bold; 
		font-size: 1em;
		}
	a:hover.nav {text-decoration: none;}
	
	p[class="bar"] {display: none;}
	
}