html {
  font-family: sans-serif;
  background: white;
  color: black;
  margin-left: 2em;
  margin-right: 2em;
}

p#strip {
	text-align: center;
}

p#logo {
  text-align: center;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
}

th {
	text-align: left;
}

a:link, a:active {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #0000aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p#strip a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

img.pic {
  float: left;
}

hr {
  clear: both;
}

div.menu {
  border: solid 1px black;
  padding-left: 1em;
}

div#header {
  background: #a0a090;
  font-size: 1.1em;
}

div#about {
  background: #9090a0;
}

div#footer {
  font-size: 0.6em;
  color: #555555;
  text-align: center;
}

div.menu a:link, div.menu a:active, div.menu a:visited {
  color: #ffff00;
}

div.tab {
  border-left: solid black 1px;
  border-top: solid black 1px;
}

div.tab em {
  font-size: 0.8em;
}

div.current {
  background: white;
}

div.available {
  background: #9090a0;
}

div#chapters {
  float: left;
  margin-right: 3em;
}

