body {
background: #ffffff;
}

h1 {
color: #003380;
font-size: 60px;
margin: 10px;
text-shadow: none;
font-family: 'Noto Serif', 'Times New Roman', serif;
}

nav {
margin-bottom: 0px;
width: 98%;
}

nav ul {
background: none;
padding: 10px;
box-shadow: #0d0d26 0px 3px 3px;
webkit-border-radius: none;
moz-border-radius: none;
border-radius: none;
box-shadow: none;
}

nav ul li {
list-style-type: none;
display: inline-block;
background: none;
margin-left: 0px;
margin-right: 0px;
}

nav ul li a {
background: none;
padding: 10px;
text-decoration: none;
color: #000000;
font-family: Arial, Sans-serif;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
margin-left: 0px;
margin-right: 0px;
}

nav ul li a:link {
background: none;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

nav ul li a:visited {
background: none;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

nav ul li a:hover {
background: none;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

nav ul li a:active {
background: none;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

section #content {
background: none;
width: 85%;
margin-top: 0px;
margin-left: 4%;
padding-top: 10px;
padding-left: 32px;
padding-right: 15px;
padding-bottom: 20px;
border-bottom: none;

}

footer {
width: 100%;
text-align: center;
float: clear;
font-family: Arial, sans-serif;
color: #000000;
margin-top: 14px;
padding: 10px;
}

h2 {
font-family: 'Times New Roman', serif;
font-size: 18px;
}

article {
margin-left: 65px;
margin-top: 20px;
margin-right: 60px;
margin-bottom: 20px;
}

p {
font-family: arial, sans-serif;
font-size: 14px;
line-height: 22px;
}

section #content ul {
list-style-type: square;
}

section #content quote {
font-size: 24px;
font-family: 'Noto Serif', 'Times New Roman', Serif;
}

section #content cite {
font-size: 18px;
}

section #content figure {
text-indent: 12%;
}

p.date {
font-family: 'Times New Roman', Sans-serif;
font-size: 20px;
}

section #content article.bio {
margin-left: 12%;
margin-right: 14%;
}