h1, h2, h3, h4 { 
  text-indent: 10px;
margin: 0px;
margin-bottom: 5px;
border: 0px;
padding: 0px;
 }
p { 
  text-indent: 10px;
}

div.box { 
  border: 1px #ccc solid; margin-top: 25px; background-color: #ffffee; 
}

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

body {
font-size: 200%;
}

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

a:hover { 
  text-decoration: underline;
}

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