/* fishPrint.css
   Print style sheet for FishTales-Charters.com
   C. Hopper - DuPage Smoke & Mirrors Ink */
  td#menu {
  display: none;
  }
  h1 {
  font: bold 200% Times, serif; 
  margin-top: 0.5em; 
  margin-bottom: 0;
  border-bottom: 4px double black;
  }
  p {
  margin: 0; 
  text-indent:  2.5em; 
  text-align: justify;
  }
  .fpageRt {
  display: none;
  }
  .fpageLt {
  display: none;
  }
  .preload {
  display: none;
  }
  .pic {
  display: none;
  }
  .lite {
  display: none;
  }
  td#body a {
  text-decoration: inherit; 
  color: inherit;
  }
  p#valid {
  display: none
  }
  div#footer1 {
  text-align: center; 
  margin-top: 2.5em; 
  border-top: 1px solid gray; 
  color: black; 
  font-size: 1.1em; 
  padding-top: 0.33em; 
  font-style: italic; 
  padding-right: 0.33em;
  }
  div#footer2 {
  text-align: center; 
  color: #aaa; 
  font-size: .8em; 
  padding-top: 0.33em; 
  font-style: italic; 
  padding-right: 0.33em;
  }
  div#footer3 {
  text-align: right; 
  margin-top: 2.5em; 
  border-top: 1px dashed gray; 
  color: #aaa; 
  font-size: .8em; 
  padding-top: 0.33em; 
  font-style: normal; 
  padding-right: 0.33em;
  }
  .url {
  font-family: Courier, monospace; 
  font-style: normal;
  }
