

/*Add this line to the header section of the web page
<link rel="stylesheet" href="print.css" type="text/css" media="print" /> */

body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}
#page {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
/* remove stuff for fishing directions */

#tabsI {
	display: none;
#header {
	display: none;
}
}
#image1-fishing, #image2-fishing, #image3-fishing {
	display: none;
}

#text1-fishing {
	display: none;
}

/* remove stuff for directions page */
.tabsI {
	display: none;
       }
.weather {
	display: none;
        }  
.dirtext2 {
	display: none;
        }  
.printdir1 {
	display: none;
        }  


.entry a:after {
	content: " [" attr(href) "] ";
}
#printed-article {
	border: 1px solid #666;
	padding: 10px;
}

