body
{
	background-color: white;
	color: #3146b1;
	font-family: "Times New Roman";
	text-align: center;
}

#images
{
	float: left;
	width: 50%;
	margin: 2% 0;
}

#images img
{
	margin: 4px 0;
	border: 1px solid #3146b1;
}

#caption
{
	float: right;
	text-align: justify;
	width: 40%;
	margin: 2% 5%;
}

#footer
{
	width: 100%;
	text-align: left;
	clear: both;
	font-family: sans-serif;
	font-size: small;
	margin: 2em 2em;
	font-weight: normal;
}

#footer h2
{
	font-size: large;
}

.address
{
	display: inline;
	font-style: italic;
}

.caption
{
	font-weight: bold;
	width: 5em;
	display: inline;
	
}

.credit
{
	font-size: x-small;
}

.credit a
{
	color: #3146b1;
}