html {
  margin-bottom: 1px;
  min-height: 100%;
}

body { 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 80%;
	text-align: left;
  padding: 0px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 760px; 
}

h1 {
  margin-top: 20px; 
  margin-bottom: 10px; 
  font-size: 1.8em; 
  font-weight: bold;
  font-family: "gouda old style", serif;
  text-align: center;
  color: #727b84; 
  background-color: inherit;
}

.caption {
  font-style: italic; 
  font-weight: bold;
}

.pictureimage
{
	text-align: center;
  padding-top: 10px;
}

.footer {text-align: center; font-size: 0.8em;}

.albumcover {
  border-right: 3px solid #999; 
  border-bottom: 3px solid #999;
  width: 120px; 
  height: 120px;
}

.hidden {display: none}

.thumbnail {
  width: 93px;  
  height: 123px; 
  margin-right: 20px; 
  margin-left: 20px;
  border: none;
}

.thumbnail1 {
  width: 93px;  
  height: 123px; 
  margin-right: 10px; 
  margin-left: 10px;
  margin-top: 20px;
  border: none;
}

.sold {
  margin-top: 30px; 
  font-variant: small-caps; 
  color: red; 
  background-color: inherit;
  font-size: 140%; 
  font-weight: bold; 
  text-align: center; 
  letter-spacing: 0.75em;
}