body {
	color: #33282E;
	font-family: "Arimo", sans-serif;
	font-size: 17.5px;
	font-weight: 300;
	font-style: normal;
	background-image: url("../images/paper.jpg");
	background-attachment: fixed;
	background-size: 1000px;
}
h1 {
	font-family: "Righteous", sans-serif;
 	font-weight: 400;
 	font-style: normal;
	font-size: 55px;
	text-align: center;
	margin-top: 0px;
}
h2 {
	font-family: "Arimo", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
	font-size: 25px;
	text-align: center;
}
h3 {
	font-family: "Red Hat Display", sans-serif;
 	font-weight: 300;
 	font-style: normal;
	font-size: 30px;
	text-align: left;
}
p {
	line-height: 140%;
	}
#column {
	width: 1000px;
	height: auto;
	background-color: #8C7082;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 10px solid #29041D;
}
.smaller {
font-size: 16px;
text-align: center;
}
.smallletter {
font-size: 14px;
}
.bigletter {
    font-size:25px;
}
.centerimage {
	float: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 4px solid #29041D;
}
.smallertwo {
font-size: 12px;
text-align: left;
}
#container {
	  text-align: center;
} 
.leftone {
	float: left;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	border: 4px solid #29041D;
}
.lefttwo {
	float: left;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	border: 4px solid #29041D;
	}
.rightone {
	float: right;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 4px solid #29041D;
}
.righttwo {
	float: right;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 4px solid #29041D;
}
a:link {
	color: #103059;
}
a:visited {
	color: #304E75;
}
a:hover: {
	color: #4B83CC;
}
figure {
    margin: 0;
}
figcaption {
    text-align: right;
    font-size: 12px;
}











