@import "hints.css";

BODY {
  color: #000;
  /* background: #FBFBFF; */
  background: #FFE;
  margin-left: 5%;
  margin-right: 8.5em;
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 800px;
  /* line-height: 1.35; */  /* This would break MacIE 3 */
}

TD, TH { /* ns workaround */
  color:#000000;
  font-family: "Arial", "Helvetica", sans-serif;
  TEXT-DECORATION: NONE;
  FONT-SIZE: 8pt ;
  FONT-FAMILY : Helvetica,Arial;
}

H1 {
  font-size:18pt;
  font-family:Helvetica,Arial;
}
H2
{
  font-size:14pt;
  font-family:Helvetica,Arial;
}
H3
{
  font-size:12pt;
  font-family:Helvetica,Arial;
}
H4
{
  font-size:10pt;
  font-family:Helvetica,Arial;
}
H1, H2 { font-weight: bold }
H1, H2, H3,H4 { line-height: 1 }
#H1:first-line { color: #000 }

.logo {
  float: left;
}

DIV.endmatter { margin-right: -6em; border-top: thin solid }
DIV.endmatter HR { display: none }

A:link { color: #009; /* border: none -- breaks NS 4.x */ }

A:visited, A:active { color: #906; /* border: none -- breaks NS 4.x */ }

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

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

.hide {
  display: none;
  color: white;
}

SPAN.date { font-size: 0.8em; color: #999 }
SPAN.date:after { content: "\A0\A0" }

SPAN.attribution {
  font-weight: bold
}

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 
}
ADDRESS IMG {
  float: right;			/* Portrait of the author */
  width: 4em
}

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
}

/* Why o why does this break Netscape 4.x?
IMG { 
  border: none
}
*/

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

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

P + P { text-indent: 1.5em; margin-top: 0 }
P.stb { text-indent: 0; margin-top: 0.6em } /* Small thematic break */

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

P { margin-top: 1em; margin-bottom: 0 }

UL, OL { margin-top: 0.5em }

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


P.remark {font-size: smaller}
