BODY {
  color: #000;
  /* background: #FBFBFF; */
  background: #FFE;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  /* line-height: 1.35; */  /* This would break MacIE 3 */

  scrollbar-face-color:#ffffee;
  scrollbar-shadow-color:#585858;
  scrollbar-highlight-color:#585858;
  scrollbar-3dlight-color:#ffffee;
  scrollbar-darkshadow-color:#ffffee;
  scrollbar-track-color:#ffffee;
  scrollbar-arrow-color:#585858

}

TD, TH { /* ns workaround */
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  /* line-height: 1.35; */ color: #900 }
}

H1 {
  margin-left: -5%;
  margin-bottom: 2em;
  font-size: large;
  line-height: 1;
}
H1, H2 { font-weight: bold }
H1, H2, H3 { color: #900 }
H1:first-line { color: #000 }

A:link, A:visited, A:active { color: #900 }

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white } /* The only way to hide the border in NS 4.x */

BLOCKQUOTE {
  margin-left: 4em; 
  margin-right: 4em;
  margin-top: 0.8em; 
  margin-bottom: 0.8em;
  font-style: italic;
  /* color: #990; */
}

ADDRESS { 
  text-align: right;
  #font-weight: bold;
  font-style: italic; 
  font-size: 11
}

BLOCKQUOTE P {			/* Try to avoid space above the attribution */
  margin-bottom: 0;
}
BLOCKQUOTE ADDRESS {
  margin: 0;
}

.motto, .motto A {font: italic 120%/1.3 Georgia, serif; color: #990}

.emphasized {
  font-weight: bold
}

P.map-also { font-style: italic; margin-left: 15%; text-align: right }

UL, OL, LI { /*margin-left: 0;*/ list-style: disc }

/* P + P { text-indent: 1.5em; margin-top: 0 }
   P.hint + P, P.alt-hint + P { text-indent: 0; margin-top: 1em }
*/

P { margin-top: 1em; margin-bottom: 0 ; font-size: 9pt; font-family: Verdana, Arial, sans-serif;}

UL, OL { margin-top: 0.5em }

PRE { margin: 1em 0 1em 1.5em; color: #603 }


P.remark {font-size: smaller;text-align:center}

TABLE TR TD TABLE TR TD, TR TD, TD { font-size: 9pt; font-family: Verdana, Arial, sans-serif; }

.dunkler { background: #990000; 
	color: #FFE; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	border-color: #990000;
}

TABLE.bordered .dunkler A {
	color: #ffffee;
}

TABLE.bordered { 
	border-width: 5px; 
	border-style:groove; 
	border-color:#990000;	
	color: #000;
}

TABLE.bordered A {
	 color: #990000;
}

.standard {
	color: #000;
}