
@page normal{ marks: crop; size: portrait; margin: 1in; }
@page rotate{ marks: crop; size: landscape; margin: 0.5in; }

body {
   background: white;
   font-size: 12pt;
   page: normal;
   color: black;
   }
   

div#content { text-align: left; position: absolute; top: 10%; margin-right: 2%; margin-left: 2%; padding-top: 0.08em; order-top-style: solid; }

div#header {
display: none;
}

div#footer {
display: none;
}

    .footer {
    display: none;
    }
    
    img {
    display: none;
    }
hr { display: none; }
h1 { font-size: 14pt;}
 h2 {
  font-size: 12pt; 
  }
 h3 {
  font-size: 12pt; 
  }

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.nutanjoy.com" attr(href) ") ";
   }
#nav { display: none; }
