body {
    margin: 60px auto;
    width: 70%;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: DodgerBlue;
}
a:hover {
    text-decoration: underline;
    color: #E30074;
}
h1 {
    font-size: 2.5em;
    font-family: 'Roboto Slab', 'Helvetica', 'Times New Roman', Serif;
    font-weight: 400;
    color: #E30074;
}
p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
    font-family: Verdana;
}
.list{
    font-family: 'Roboto Slab';
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}
ul.posts {
    margin: 20px auto 40px;
    font-size: 1.5em;
}
ul.posts li {
    list-style: circle;
    font-family: monospace;
}
div.post{
    font-family: Verdana;
    opacity: 0.8;
    text-align: justify;
}
p.meta{
    font-family: monospace;
    color: DodgerBlue;
    margin: 0;
}
.blurb{
    font-family: Verdana;
    font-size: 0.7em;
    text-align: justify;
}
#disciple{
    font-style: italic;
}
