*, html {
  color: black;
}
body {
	background: white;
	font-size: 12pt;
}

#page {
  width: auto;
  margin: 0 15%;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}

.flashBox, #pager, #contentHeader {
  display: none;
}

#content .chapter {
  font-size: 2em;
  border-bottom: 1px solid #000;
  width: 75%;
}
p {
  padding: 1em;
}
img{
  display: none;
}
.hTopBox img {
  display: block;
}
table td {
  border: 1px solid #444;
  padding: 0.3em;
}
#footer {
  border-top: 1px solid #000;
}