body {
	background-color: #FFFFFF;
	font-size: 16px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#imageR {
	float: right;
	border: 1px solid #000000;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.darkRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

