
@media print
{
  
  body
  {
    background: white;
    text-align: justify;
    font: 12pt "Times New Roman", "TimesNR", Times, serif;
    margin: 0;
    overflow:auto;
    margin: 1in;
    }

  div#map
  {
    font-size: 75%;
    overflow: auto;
    width: 0;
    position: fixed;
    top: 1em;
    right: 0in;
    }

  *
  {  
    color: black !important;
    background: white !important;
    }


  div#content
  {
    }

  div#header
  { text-align: center;
    }

  div#footer
  { text-align: center; }


/* now put in styles */

  h1 
  {  
    text-align:center;
    font-variant: small-caps;
    border-bottom: thin solid;
    }

  h4
  { 
    }

  .ref
  { font-style:italic; }

  .caption
  { text-align:center; }

  .definition 
  {
    display: block; 
    text-indent: -2em;
    margin: 2em;
    text-align: left;
    }
  .todefn
  { 
    font-style: bold; 
    font-variant: small-caps;
    }
  
  .defn
  {  }

  h6
  { 
    font-size: 75%;
    }

  img
  { align="center" }

}