body {
    font-family: sans-serif;
    background-color: #fff;
    color: #000;
    margin: 20px;
}

a {
    text-decoration: none;
    color: #0000ee;
}

a:hover {
    text-decoration: underline;
}

#news-container {
    margin-top: 20px;
}

.news-article {
    margin-bottom: 20px;
}

.news-article h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.news-article a {
    text-decoration: none;
    color: #0000ee;
}

.news-article p {
    margin: 0;
} 