/*** Screen Styles ***/

	@media screen and (max-device-width: 480px) and (min-device-width: 320px) {
		body { 
 			-webkit-text-size-adjust:none; color: red;
			background: rgb(102,102,102) url('../_images/AAIW-illos/alice23c.gif') no-repeat center 0;
			padding: 120px 20px 20px 20px; }
		h1 { 
			color: rgb(153,125,125);
			text-shadow: 0 0 5px rgb(0,0,0); }
		p {
			font: normal 1em/1.25em "helvetica neue", Helvetica, Arial, Sans-serif;
			color: rgb(255,255,255);	}
	}
	h2 strong { 
		display: block; 
		color: red; 
		font-size: .75em; 
		font-style: italic; }