body {
  background:#fff;
  color:#000;
  font-family:Arial,Verdana,Helvetica, sans-serif;
  font-size:62.5%;
}

a {
  font-size:1em;
  text-decoration:none;
}

a:link {
  background-color:transparent;
  color:#066;
}

a:visited {
  background-color:transparent;
  color:#06C;
}

a:active {
  background-color:transparent;
  color:#099;
}

h1, h2, h3 {
  background-color:transparent;
  color:#903;
  text-align:center;
}

p {
  text-align:left;
}

td, th, ul, li {
  font-size:1em;
}

img,.borderno {
  border:none;
}

.li {
  list-style-type:square;
}

#body {
  margin-left:250px;
  margin-right:15%;
}

#books, #index {
  background-color:#009;
  font-size:1em;
}

#books ul, #index ul {
  list-style:none;
}

#books li {
  padding: .5em 0;
}

#books li a,  #index li a {
  font-weight:700;
}

#books div {
  background-color:#fff;
  border:medium #ccc solid;
  -moz-border-radius:15px;
  -ms-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  margin:0 auto;
  max-width:35em;
  padding:1em;
}

#books h1, #index h1 {
  color:#903;
  text-align:left;
}

#books h2 {
  color:#903;
  font-size:150%;
  margin-bottom:0;
  text-align:left;
}

#index h2 {
  color:#903;
  font-size:150%;
  margin-bottom:0;
  text-align:center;
}

#books p {
  margin-left:2em;
  text-indent:-2em;
}

#book td{
  height:80px;
}

.small {
  font-size:90%;
}

.have {
  color:#228b22;
  font-weight:700;
}

.want {
  color:#f00;
  font-weight:700;
}

#index .div {
  background-color:#fff;
  border:medium #ccc solid;
  border-radius:15px;
  margin:0 auto;
  width:47em;
  padding:1em;
  overflow: auto;
}

#index .divleft {
  width: 20em;
  float: left;
  border-right:thin #ccc solid;
  margin:0 auto;
}

#index .divright {
  width: 20em;
  float: right;
  border-left:thin #ccc solid;
  margin:0 auto;
}

.clear {
  clear:both;
}

@media print {
  #books, #index {
    background-color:#fff;
    font-size:1em;
  }
}

.hovermenu {
float:left;
font-weight:700;
margin-top: -1em;
padding-left: 0;
max-width: 17em;
}

.hovermenu a {
border:1px solid #A47944;
display:block;
margin:0;
padding:.25em;
text-align:center;
text-decoration:none;
width:1.25em;
}

.hovermenu a:hover {
border:1px solid #A47944;
font-style:italic;
}

#books .hovermenu li, .hovermenu li {
float:left;
padding:0;
list-style:none;
}