* {
box-sizing: border-box;
}

body {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #222;
    background: #fafafa;
}

h1 {
    font-size: 1.8em;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: normal;
}

h2 {
    font-size: 1.3em;
    margin: 30px 0 10px 0;
    color: #333;
    font-weight: normal;
}

h2 a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid #0066cc;
}

h2 a:hover {
    color: #cc0000;
    border-bottom: 1px solid #cc0000;
}

a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px dotted #0066cc;
}

a:hover {
    color: #cc0000;
    border-bottom: 1px dotted #cc0000;
}

a:visited {
    color: #551a8b;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
    border: 1px solid #ddd;
}

audio {
    width: 100%;
    margin: 25px 0;
}

article {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

article:last-child {
    border-bottom: none;
}

time {
    display: block;
    color: #666;
    font-size: 0.9em;
    margin-bottom: 15px;
    font-style: italic;
}

p {
    margin: 15px 0;
}

/* Pagination links */
nav {
    margin: 40px 0;
    font-size: 0.95em;
}

::selection {
    background: #ffeb3b;
    color: #000;
}
