
/* ---------- print stylesheet ---------- */


/* --------------- basics --------------- */

html, body {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  }

a, a:link, a:visited, a:active, a:hover {
  background: transparent;
  border-bottom: 0;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  }



/* --------------- header --------------- */

#header {
  background: transparent;
  border: 1px #999 dashed;
  letter-spacing: 0.3em;
  margin: 10px;
  padding: 5px 15px;

  display: none;
  }

#header h1 {
  font-size: 16pt;
  }

#header h2 {
  font-size: 14pt;
  }


/* -------------- left nav -------------- */

#nav {
  display: none;
  }


/* ------------ main content ------------ */

#content {
  border-left: 0;
  font-size: 10pt;
  margin: 0 0 0 0;
  padding: 0;
  }

#content h1 {
  font-size: 16pt;
  }

#content h2 {
  font-size: 13pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4 {
  font-size: 11pt;
  }


/* ------------- decoration ------------- */

.anchor {
  display: none;
  }