.heading {
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "sans serif";
    width: 600px;
    margin: 30px auto 50px;
}
h1 {
    margin: 0;
    font-size: 48pt;
}
b {
    color: #006;
}
.body {
    font-family: "Helvetica Neue", "Helvetica", "sans serif";
}
table {
    width: 600px;
    margin: 0 auto 50px;
}
td {
    padding: 20px;
    font-size: 14pt;
}
.sub {
    border: 1px solid #CCC;
    background: #EEE;
    font-size: 11pt;
    text-align: center;
}
a.feed {
    text-decoration: none;
    color: #666;
}
a.feed:hover {
    text-decoration: none;
    color: #999;
}
a img {
    border: 0;
}
