#column {
	width: 1000px;
	height: auto;
	background-color: #BCDAFA;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px 10px 25px;
	border: 12px solid #08396E;
}
body {
	background-color: #66ABF4;
	color: #000000;
	font-family: "Quicksand", Verdana, sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-size: 19px;
}
h1 {
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 45px;
	text-align: center;
}
h2 {
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-align: center;
}
h3 {
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	text-align: center;
}
h4 {
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-align: left;
}
p {
	line-height: 140%;
}
hr {
	border: 2px solid #08396E;
}
ul {
	line-height: 150%;
}
figure {
	margin-left: 0px;
	margin-right: 0px;
}
.smaller {
	font-size: 34px;
}
.bio {
	font-size: 14px;
	font-style: italic;
}
.captions {
	font-size: 14px;
}
.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}
a:link {
	color: #3127F5;
}
a:visited {
	color: #9527F5;
}
a:hover {
	text-decoration: none;
	color: #0D4F0D;
}