.floatleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.epigraph {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: small;
}
.floatright {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: right;
}
.main {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: medium;
}
h1 {
	font-family: Garamond, "Palatino Linotype", Georgia, "Times New Roman";
	font-size: x-large;
}
.bckgrnd {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFFF;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

