body {
    background-color: #ffcccc;
    max-width: 500px;
    margin: 0 auto;
}
div {
    text-align: center;
    }
.mc-field-group {
    text-align: right;
    font-size: 14px;
}
h1 {
    font-family: times;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
h2 {
    font-family: times;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
p {
    font-family: times;
    font-size: 14px;
    font-weight: normal;
}
p.tagline {
    font-family: times;
    font-size: 14px;
    font-weight: normal;
}
a {
    color: #FF2900;
    font-size: 14px;
    font-weight: normal;
}
span.redtext {
    color: #FF2900;
}