body {
margin: 0px;
}
h1 {
font-size: 46px;
text-shadow: none;
}
nav {
width: 100%;
margin-left: 0%;
margin-bottom: 0%;
border-bottom: 2px solid #b45500;
}
nav ul {
width: 100%;
margin-left: 0px;
margin-bottom: 0px;
text-indent: 12px;
background: #fff7e5;
box-shadow: none;
-moz-border-radius: 0px;
border-radius: 0px;
}
nav ul li {
display: block;
margin-top: 14px;
margin-bottom: 18px;
background: none;
}
nav ul li a {
background: none;
border: none;
padding: 20px;
font-size: 19px;
}
nav ul li a:link {
background: none;
border: none;
color: #000000;
}
nav ul li a:visited {
background: none;
border: none;
color: #000000;
}
nav ul li a:hover {
background: none;
border: none;
color: #000000;
}
nav ul li a:active {
background: none;
border: none;
color: #ffffff;
}
#content {
width: 100%;
margin-left: 0%;
margin-top: 0%;
border-bottom: 2px solid #b37700;
}
#content h2 {
font-size: 24px;
}
#content article {
margin-left: 0%;
margin-right: 10%;
}
#content p {
line-height: 28px;
font-size: 16px;
}

#quote-illustration cite.img-credit {
font-size: 10px;
margin-left: 20px;;
}
