body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

header {
    text-align: center;
    border-bottom: 3px double #333;
    margin-bottom: 40px;
}

.issue-date {
    font-weight: bold;
    text-transform: uppercase;
}

article {
    margin-bottom: 40px;
}

article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0;
}

h2 {
    margin-bottom: 10px;
    color: #000;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #555;
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 40px 0;
}

footer {
    text-align: center;
    font-size: 0.9em;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
}