html, body
		{
			margin:0px;;
			padding:0px;;
			font:normal normal normal 100% sans-serif;
			background:#85d2f7;
			color:#000;
		}
		
		#impact { 
		font-family:impact; 
		font-size:0.85em;
		padding-bottom: 5px;
		}
		
		#sans-serif { 
		font-family:sans-serif; 
		font-size:0.85em;
		/* padding-bottom: 5px; */
		font-weight:bold;
		}
		
		html:not(:nth-child(n)) body { font-size:125%; }

		.page
		{ 
			background:#85d2f7;
			background-image: url('../images/hannahbg3_high.jpg'); 
			background-repeat: no-repeat;
			/* border:2px solid red; */
			width:480px;
			position: relative;
			height:1360px;
			margin:0 auto;			
		}


		h1
		{
			font-size:1.2em;
			margin:0 0 5px 0;
		}

		p
		{
			font-size:0.8em;
			margin:0 0 5px 0;
		}	
	