body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: arial, sans, sans-serif;
	height: 100%;
      }
/* CSS Document */
/* iframe height currently = 2000px or 2500px depending on width (longest recipe is injera) */

a {  text-decoration: none; color: #3366CC}
a:hover {  text-decoration: underline}
iframe #googledoc img {
	/* [disabled]height: auto; */
	/* [disabled]max-width: 100%; */
}


footer {
	display: none;
}

iframe#googledoc {
	height: 140rem;
	width: 8.5in;
	border-width: 0px;
	margin-left: -8px;
	/* [disabled]max-width: 8.5in; */
}
#iframe-wrapper {
	width: 8.5in;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]max-width: 8.5in; */
}

html {
	height: 100%;
}
#logo {
	padding-left: 92px;
	padding-top: 19px;
}
p.small {
	font-size: small;
	padding-left: 96px;
}
#iframe p {
}

@media print {
p {
    display: none;
}
#logo {
	display: none;
}
p.small {
    display: none;
}
#iframe-wrapper #googledoc {
	position: absolute;
	top: -0.4in;
}
iframe {
	height: 22in;
}


      }
	  
	  
