html {
    color: white;
    font-family: palatino, times, serif;
    background-color: black;
}
div.blog {
    background-color: green;
    margin-bottom: 2em;
    margin-top: 0;
    width: 98%;
}
div.blog h2 {
    background-color: #060;
    padding: 4px;
    margin: 0;
    font-size: larger;
}
div.blog h2 a {
    color: white;
    text-decoration: none;
}
div.blog h2 a:hover {
    text-decoration: underline;
}
div.blog * {
    color: black;
}
div.blog p {
    color: black;
    margin: 4px;
    margin-bottom: 1em;
}
div.blog p.foot {
    font-weight: bold;
    margin-bottom: 0;
}
img {
    border: none;
}
