div.body {
	width: 700px;
	margin: 0px auto 15px auto;
	text-align: center;
}
img.left {
	float: left;
	margin: 5px 20px 10px 0px;
	border: medium inset #FFFFFF;
	background-color: #FFFFFF;
}

img.right {
	float: right;
	margin: 5px 0px 10px 20px;
	border: medium inset #FFFFFF;
	background-color: #FFFFFF;
}

br {
	clear: both;
}


table{
	margin-left: auto;
	margin-right: auto;
}

hr {
	width: 80%;
	text-align: center;
}

