p {
	margin-left: 5%;
	margin-right: 5%;
}

p.next{
	text-align: center;

	border-top: thin solid gray;
	padding-top: 0.5em;

	margin-left: 0%;
	margin-right: 0%;
}









table.uncaptionedImage,
table.captionedDoubleImage,
table.EccentricImage,
table.singleCaptionedImage
{ 
	border: thin solid gray;
	
	margin-top: 1.5em;
	margin-bottom: 1.5em;

  margin-left: auto;
  margin-right: auto;
}

table.uncaptionedImag td.mage,
table.captionedDoubleImage td.image,
table.EccentricImage td.image,
table.singleCaptionedImage td.image {
	padding: 1em;
}





table.singleCaptionedImage{
	padding-bottom: 5px;
}


td.caption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;




}
