@charset "utf-8";
/* CSS Document */
@media handheld, print {

html, body {
	font: 12px/15px sans-serif;
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}
	
* {
	float: none;
	}

	


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
img
{  
	border-style: none;
	max-width:250px;
}

#full-screen-background-image {
	visibility:hidden;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
	}


#content img { 
		max-width: 250px;
		}


.hanging{
	    text-indent: -3em;
    margin-left: 3em;
}

.cloudtower {
		visibility:hidden;
}
}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}