html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  background-color: #000;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  color: #ccc;
}
h1, h2, h3 {
  padding: 10px 0 10px 0;
  font-weight: normal;
}
h1 {
  font-size: 1.5em;
  color: #fff;
}
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  margin-top: 5px;
}
h3 {
  font-size: 1em;
}
a {
  color: #ccf;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
em {
  color: #ccf;
}
div#container {
  width: 720px;
  margin: auto;
}
div#top, div.media, div#navcontainer {
  border-bottom: 1px solid #ccc;
}
img#joanne {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
ul, ol {
  margin-bottom: 10px;
}
ul {
  list-style: none;
}
li {
  line-height: 1.5em;
}
p.blurb {
  text-align: justify;
  line-height: 1.5em;
  padding-bottom: 10px;
  font-size: 0.9em;
}
blockquote {
  color: #ffc;
  line-height: 1.5em;
}
div.right_attribution, div.left_attribution {
  color: #fff;
  margin-bottom: 10px;
}
div.left_attribution {
  text-align: left;
}
div.right_attribution {
  text-align: right;
}
div#footer {
  text-align: center;
  margin: 10px;
  font-size: 0.8em;
}
img.right_cover {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
img.left_cover {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
span.price {
  color: #f99;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
ul#navlist {
  white-space: nowrap;
}
#navcontainer {
  margin: 0;
  margin-top: 10px;
}
#navlist {
  margin: 0;
}
#navlist li {
  display: inline;
  list-style-type: none;
}
#navlist a {
  border: 1px solid #ccc;
  padding: 3px 10px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
  background-color: #fff;
  color: #000;
  cursor: default;
}
#navlist a, #navlist a:link, #navlist a:visited {
  background-color: #036;
}
#navlist a:hover {
  background-color: #369;
}
