/* 
   file: print.css
   author: Thomas Fetcke <webmaster@Fetcke.de>
   version: 1.0
   modified: 2005-04-02
   url: http://www.fetcke.de/print.css
*/

/* Color scheme for plain text. */
html, body, form {color: #000000; background-color: #FFFFFF;}

/* Color scheme for links. */ 
a:link, a:visited, a:active {color: #000000; text-decoration: underline;}

/* Font selection and text settings. */
body, form {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3, h4, h5, h6 {font-size: 12pt;}
address {text-align: right; font-style: italic;}
em, .emph {font-style: italic;}
.block {text-align: justify;}
fieldset {border: none;}
pre, code {font-family: "Courier New", Courier, monospace;}

/* Navigation elements. */
.nav {
  display: none;
}

/* Special block positioning. */
blockquote {margin-left: 2em; margin-right: 2em; 
            margin-top: 1ex; margin-bottom: 2ex;}
blockquote p {text-align: justify;}

/* Special classes. */
.block {text-align: justify;}
.disclaimer {font-size: smaller;}
.auth {font-variant: small-caps;}
.book {font-style: italic;}

/* end of print.css */
