The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
body {
    background: white;
    color: black;
    padding: 2em;
}

#feed-title {
    font-weight: bold;
    font-size: x-large;
}

.entry {
    border-top: black 1px solid;
    padding: 1em;
}

.entry-header {
    font-weight: bold;
    font-size: large;
}

a {
    color: black;
}

.entry-title a {
    text-decoration: none;
}

img {
    display: none;
}