body {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    font-family: Helvetica, Arial, sans-serif;
}
h1 {
    background-color: #264459;
    color: #ffffff;
    /*padding: 30px 0 50px 0;*/
    font-weight: normal;
}
hr {
    border: none;
    border-top: 3px solid #264459;
    margin: 20px;
}
.header img {
    width: 300px;
    display: inline;
}

.bottom {
    background-color: #efefee;
}
.logo {
    width: 100%;
}
.text-center {
    text-align: center;
}
table.button a {
    background-color: #c70019;
}
table.button table td {
    background-color: #c70019;
    border: 2px solid #c70019;
}
