/***********************************************************************
** print.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These settings are part of the ?action=print skin.  If you want
** to change these settings, create a new print template and set
** $PrintTemplateFmt in the config.php file to point to your new 
** printing skin.
***********************************************************************/

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:bold; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

body { 
  width:auto;
  background-color:white;
  color:black;
  font-family:Tahoma, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif !important;
font-size: 9pt;
}

#printhead { 
  font-family:Tahoma, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif;
}
#printhead h3 { margin-top:0px; } 
#printhead h1 { margin-bottom:0px; }

#printtitle { 
}

#printfoot {
  clear:both;
  margin-top:1em; 
  border-top:5px solid #a0a0a0; 
  font-size:7pt; 
}

  
a:link { color:#444444; font-weight:bold; text-decoration:none; }
a:visited { color:#444444; font-weight:bold; text-decoration:none; }
a.wikilink:hover { color: #444444; text-decoration:underline; }
a.createlink { color:#444444; }
a.createlink:visited { color:#444444; }
a.createlink:hover { color:#ff2222; }