h1, h2, h3, h4 { 
  text-indent: 30px;
 }
p { 
  text-indent: 30px;
}

div.navbar { 
  background-color: #ffd;
  font-size: 90%;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
 }

div.navbar strong { 
  font-size: 120%;
}

div.volumes { 
  background-color: #ffd;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
}


a:link, a:visited { 
  color: #764;  
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
}

input.searchbutton { 
  background-color: #ccc;
  padding: 1px;
  margin: 1px;
}

table.next-prev { 
  font-size: 80%;
 }

