body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #545454;
}

a:link,
a:visited {
    color: #1e4788;
}

p {
    line-height: 1.7em;
}

article.post {
    border-bottom: 4px dashed #ecf0f1;
}

.post a {
    border-bottom: none;
}

article.post:last-of-type {
    border-bottom: none;
}

.site-header {
    border-bottom: 3px solid #ecf0f1;
}

.site-footer {
    border-top: 3px solid #ecf0f1;
}

