/* =========== Page Layout ================ */

BODY {
  color: #000000;
  background: #000000 url("img/scr.jpg") no-repeat fixed right top;
  margin: 24px 48px;
  font-family: "Arial",sans-serif;
}

a.logo {
  font-family: "Century Gothic","Arial",sans-serif;
  letter-spacing: -1px;
  text-decoration: none;
}

TD.active A:link	{ color: #000088; text-decoration: none;}
TD.active A:visited	{ color: #440066; text-decoration: none;}
TD.active A:hover	{ color: #0000CC; text-decoration: underline;}
TD.active A:active 	{ color: #0000FF; text-decoration: none;}
TD.active:hover		{ background: #eeeeee; }

td.section {
  font-size: 10pt;
  letter-spacing: +.5em;
}

/* =========== Article Layout ============= */

/* Head of an article */
div.np_article_header {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px #26598f;
}

/* Layout of quoted text / graphic layout */
blockquote.np_article_quote {
  border-left: #002255 solid 1px;
  padding-left: 5px;
  color: #002277;
  margin: 0px;
}

/* layout of every text in an article */
tt.np_article_text {
  font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;
  font-size: 10pt;
}

