/***********************************************************************
** cbt-print.css
** based on 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.
***********************************************************************/

body { 
  width:auto;
  background-color:white;
  color:black;
  font-family:verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
  font:60%/80%;
}

#printhead { 
  font-family:verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
  border-top:3px solid #a0a0a0; 
  border-bottom:5px solid #a0a0a0; 
  margin-bottom:1em; 
}
#printhead h3 { margin-top:0px; } 
#printhead h1 { margin-bottom:0px; }

#printtitle { 
}

#printfoot {
  margin-top:1em; 
  border-top:5px solid #a0a0a0; 
  font-size:smaller; 
}

  
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; }

    h1, h2, h3, h4, h5, h6 {
      font-weight:bold; 
      font-family:verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
      }
    h1 {
      font-size:140%;
      }
    h2 {
      font-size:120%;
      }
    h3 {
      font-size:100%; 
      }
    h4 {
      font-size:80%; 
      }
    h5 {
      font-size:70%; 
      }
    h6 {
      font-size:60%; 
      }

    #content h1, h2, h3, h4, h5, h6 {
      font-weight:bold; 
      font-family:verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
      }
    #content h1 {
      font-size:100%; 
      }
    #content h2 {
      font-size:80%; 
      }
    #content h3 {
      font-size:70%; 
      }
    #content h4 {
      font-size:60%; 
      }
    #content h5 {
      font-size:55%; 
      }
    #content h6 {
      font-size:50%; 
      }
          
    #title {
      font:bold 120%/110% verdana, "lucida sans", "lucida sans unicode", tahoma, arial, helvetica, sans-serif;
      }
