/* niftyskin-print.css - part of the nifty skin for pmwiki */
body {
  background:none #fff;
  width:auto;
  margin:0;
  padding:0;
  font-family:"palatino linotype", palatino, "book antiqua", georgia, times, "times new roman", serif;
  line-height:1.3em;
  font-size:12pt;
}

#nav-primary,#branding,#content-sub,#site-info,#search {display:none}

a { text-decoration:underline; color:black}
.post-title a { text-decoration:none; }
.post-title { font-size:24pt; font-weight:600; padding:10pt 0;}
h1 { font-size:24pt; font-weight:600; padding:5pt 0}
h2 { font-size:22pt; font-weight:600;padding-bottom:5pt}
h3 { font-size:20pt; font-weight:600;padding-bottom:5pt}
h4 { font-size:18pt; font-weight:600;padding-bottom:5pt}
h5 { font-size:14pt; font-weight:600;padding-bottom:5pt}
h6 { font-size:12pt; font-weight:600;font-variant:small-caps;}

hr {color:#999;}