body {

  padding:0px;

  margin:0px;

  background-color: #cccc99;

  font-family: Arial, Helvetica, sans-serif;

}

.album
{
	background-color: black;
	width: 80%;
	border: 3px solid white;
	padding: 5px;
	margin: 10px;
}

.album h5
{
	color: white;
	border-bottom: 3px solid white;
}

.thumbbox
{
	float: left;
	width: 113px;
	height: 160px;
	background-color: black;
	border-bottom: 3px solid white;
	padding: 5px;
	margin: 5px;
}

.thumbbox p
{
	text-align: center;	
	font-size: 10px;
	color: white;
	margin-top: 5px;
}

.thumbbox img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}

.prevnext {
	clear: both;
}

.pptxt {
	float: left;
	line-height: 90%;
	margin: 10px;
}

.ppblock {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	border: 3px solid white;
	margin-top: 5px;
	padding: 5px;
	float: left;
}

.ppimg {
	float: left;
	margin: 10px;
}

.ppshrink {
	float: right;
}