/**********************************************************************************
*
*                  DAF-Danebo print style sheet
*
************************************************************************************/

body {
   background: white;
   font-size: 12pt;
   }
#leftnav, #topnav {
   display: none;
   }
div#mainwrap {
  border: 0;
}
div#PrintHdr {
  display: block;
}

#wrapper, #content {
   width: auto;
   margin: 0 0;
   padding: 0;
   border: 0;
   float: left, !important;
   color: black;
   background: transparent none;

   }
div#content {
   margin-left: 0;
   padding-top: 1em;
   width:850px;
  /* border-top: 1px solid #930;  */
   }
div#masthead {
   /* margin-bottom: -8px;  */
   display: none;
   }
div#footer {
  display: none;
  }
   .mastimg {
   display: none;
  }
.calendar-content {
   padding: 2px;
   font-weight:bold;
   font-family: Times, "Times New Roman", serif;
   /* font-style: italic;*/
   font-size:.80em;
   /* background: #CCC; */
  }
/*div#masthead img {
   vertical-align: bottom;
  display: none;
   }
   */
   /*****************************
a:link, a:visited {
  display: none;
}


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) ") ";
   }
   ***/

