
/* General */

body {
  font-family: Verdana, serif;
  color: #000;
  background: #fff;
  }

#header, #menu, #commentstext, #sidebar, #footer, #whoami  {
  display: none;
  }

/* Content */

.article h2 {
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  padding: 1em 1em 5px 0;
  border-bottom: 1px dotted #000;
  }

.article p {
  font-size: 10pt;
  line-height: 1.35em;
  text-align: justify;
  word-spacing: 2px;
  page-break-before: auto;
  page-break-after: auto;
  }

a {
  font-style: italic;
  color: #000;
  text-decoration: none;
  padding: 0 3px;
  }

a:visited {
  font-style: italic;
  color: #000;
  text-decoration: none;
  padding: 0 3px;
  }

blockquote p {
  font-size: 7pt;
  color: #535353;
  page-break-before: auto;
  page-break-after: auto;
  padding: .5em 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  }

/* Footer */

#footer {
  height: 34px;
  }  
