p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	padding-bottom: 1em;
}

a {
	text-decoration : none;
	color: #991B00;
}

a:hover {
	text-decoration : underline;
}

.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
}

.minorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bolder;
}

.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
}

.quote {
	margin-left: 2em;
	margin-right: 2em;
	font-family: monospace;
}

.picture {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
.pictureCaption {
	color: Gray;
	text-align: center;
}


