BODY {
  background: #f4f9ff;
/*  background-image: url("background_image.jpg");
  background-repeat: repeat;*/
  color: black;
  font-family: sans-serif;
}
H1,H2,H3 {
  color: #000044;
}
H1 {
  text-align: center;
  font-size: 200%;
}
H2.family {
  text-align: left;
  font-size: 150%;
}
H3.family {
  text-align: left;
  font-size: 100%;
}
A, A:link {
	color: blue;
	text-decoration: underline;
}
A:visited {
	color: purple;
	text-decoration: underline;
}
	
DIV#navbar {
  background: #f4f9ff;
  color: black;
  position: fixed;
  top: 0;
  bottom: 93%;
  left: 0;
  right: 0;
  z-index: 10;
  padding-left: 1%;
  padding-right: 1%;
}
DIV#main, DIV#mainpage, DIV.review {
  width: 80%;
  margin: 1em 9%;
  padding: 1em;
  background: #fef9dc;
  color: black;
  border-style: solid;
  border-color: #696043;
  text-align: center;
}
DIV#main {
  margin-top: 7%;
  padding-left: 1%;
  padding-right: 1%;
}
DIV.review {
  background: #e4e9ee;
  color: black;
  border-color: #000044;
}
DIV.review H2 {
  text-align: center;
  font-size: 150%;
}
DIV.review P {
  text-indent: 2em;
}
img.img-right {
  float: right;
}
img.img-left {
  float: left;
}
HR.mainpage {
  width: 20%;
}
ol.info {
  border-color: #000044;
  border-style: solid;
}
A IMG {
  border: none;
}
LI {
  margin-top: 1%;
  text-align: left;
  list-style-image: url("http://ninecats.org/margaret/list_button.jpg");
}
P {
  text-align: left;
}
TR.spacer TD {
  padding: 50;
  /* background-color: #faf5d8; */
}
TD.blank {
  padding: 75;
  background-color: #faf5d8;
}
LI.deemph {
  color: gray;
}
TABLE.place TD, TABLE.place TH {
  border-style: solid;
  border-color: white;
}

