a:link, a:visited {
	color: #849b3f;
    text-decoration:underline;
}

#contactinfo a:link, #contactinfo a:visited {
	color: #8b6b4b;
	text-decoration:underline;
}



body {
   background: white;
   font-size: 12px;
   line-height:17px;
   font-family:  Georgia, "Times New Roman", Times, serif;
   color:black;
   }
   
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
/* Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding; IE and Opera pad a list on the margin. Set one of these to zero, and use the other for the indent.
Margin-top:0 removes the empty blank line after <ul> */
ul {
	margin-left:3em;
	padding-left:0em;
	margin-top:0;
/*	line-height:14px;*/
}
#ichthyologyinn, #lodgerooms, #gatheringspace, #fireplace, #av, #garden, #tech, #furnishings, #sleeping, #classroom, #laundry, #lighting, #toilet {
	display:block;
}
#screen_header {
	display:none;
}
#print_header {
	display:block;
}
/* 
.iframebigger {
    z-index:-10;
	width:521px; 
	height:1200px;
	vertical-align:top;
} */
   
   
   
   
   
   
   
/*Other suggestions to add to print CSS
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
/*a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   } */
