@charset "UTF-8";
.quote {
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
}
.quotee {
	font-size: 80%;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
/* CSS Document */

.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_left_mid {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_right_mid {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
}
.subtitle {
	font-size: 110%;
	font-style: italic;
}
