h1{
font-family: "Marcellus", serif;
font-weight: normal;
font-style: normal;
font-size: 45px;
text-align: center;
margin-top: 0px;
color: #633B20;
}
h2{
font-family: "Marcellus", serif;
font-weight: normal;
font-style: normal;
font-size: 25px;
text-align: left;
color: #633B20;
}
h3{
font-family: "Marcellus", serif;
font-weight: normal;
font-style: normal;
font-size: 35px;
text-align: center;
color: #633B20;
}
h4{
font-family: "Marcellus", serif;
font-weight: normal;
font-style: normal;
font-size: 30px;
text-align: left;
color: #633B20;
}
body{
color: #7A4825;
font-family: "Albert Sans", sans-serif;
font-weight: normal;
font-style: normal;
font-size: 18px;
background-color: #DDD5E5;
background-attachment: fixed;
background-size: auto;
}
p{
line-height: 140%
}
#column {
width: 1000px;
height: auto;
background-color: #F2EFF5;
margin-left: auto;
margin-right: auto;
padding: 30px;
border: 10px double #967EAE;
}
.smaller {
font-size: 16px;
}
.bigletter {
font-size: 40px;
}
.left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.right{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.center {
margin-left: auto;
margin-right: auto;
display: block;
}
a:link {
color: #372111;
}
a:visited {
color: #967EAE;
}
a:hover {
text-decoration: none;
color: #58351D;;
}
ul {
list-style-type: square;
}
hr{
background: #967EAE;
height: 5px;
width: auto;
}
img{
width: 30%;
border: 2px solid #58351D
}
figure{
margin: auto;
}
figcaption{
text-align: inherit;
}