/* style sheet by randall pruim */
/* designed for course web pages */
/* jan 2003 */

/* @import "hints.css"; */

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

TD, TH { /* ns workaround */
  font-family: "Arial", "Helvetica", sans-serif;
/*  line-height: 1.35; */
}

H1 {
/*  margin-left: -5%; */
/*  margin-bottom: 2em; */
/*  font-size: large; */
}
H1, H2 { font-weight: bold }
H1, H2, H3 { color: #000; 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: #936; /* 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.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 
}

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


.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}

