/* 
   file: fetcke.css
   author: Thomas Fetcke <webmaster@Fetcke.de>
   version: 2.3
   modified: 2006-07-05
   url: http://www.fetcke.de/fetcke.css
*/

/* Color settings. */
html, body, form {color: #000000; background-color: #E8E8E8;}
em, .emph {color: #000000; background-color:#FFFF66;}
a:link {color: #0000FF;}
a:visited {color: #800080;}
a:hover, a:focus, .nav {color: #000000; background-color:#D0D0FF;}
a:active {color: #FF0000;}
.nav a:hover, .nav a:focus {color: #000000; background-color: #FFFFFF;}
.nav a:active {color: #FF0000; background-color: #FFFFFF;}
.nav em {background-color: #B0B0FF;}

/* Font and text settings. */
body, form {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}
h1 {text-align: center;}
address {text-align: right; font-style: italic;}
em, .emph {font-style: normal;}
.block {text-align: justify;}
fieldset {border: none;}
pre, code {font-family: "Courier New", Courier, monospace;}
.block {text-align: justify;}
.auth {font-variant: small-caps;}
.book {font-style: italic;}

/* Layout settings. */
.nav {float: right; clear: right; 
  width: 10em; padding: 8px;
  border: 4px solid #E8E8E8;
  margin-top: 0px;
  text-align: left;}
.header, .footer {border-color: #A8A8A8; border-style: solid;} 
.header {padding: 0px 0px 0.5em; border-width: 0px 0px 4px;}
.footer {padding: 6px; border-width: 4px 0px 0px; clear: right;}
hr.footer, .footer hr {display: none;}
blockquote {margin-left: 2em; margin-right: 2em; 
            margin-top: 1ex; margin-bottom: 2ex;}
blockquote p {text-align: justify;}

/* end of fetcke.css */
