/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/

body {
  font: 400 10pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

table {
font: 400 10pt verdana, arial, sans-serif;
}

h1 {
  margin-top: 0;
  padding: 0;  
  font-size: 12pt;
  border-bottom: 1px solid #999;
}

h2 {
  margin-top: 5px; 
  padding: 0; 
font-size: 10pt;
}

h3 {
  margin-top: 5px;  
font-size: 9pt;
}

h4, h5{
  font-size: 8pt;
}

h6 {
  font-size: 8pt;
}


acronym {
  border: 0;
}

a {
  color: #00F;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:none, 
a:visited:none {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#header,
#mainMenu,
.sideMenu,
#past,
#footer {
  display: none;
}

#content {
  width: auto;
  margin: 0;
  padding: 0;
}

