a {
    color: #2b26c0;
    font-weight: bold;
}

a:hover,
a:active,
a:visited {
    color: #2b26c0;
}

p {
    margin: 0 0 20px 0;
}

img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 681px) {
    /* For Apple Mail */
    .container {
        width: 600px !important;
    }
}

@media only screen and (max-width: 680px) {
    table[class="body"] img {
        width: auto !important;
        height: auto !important;
    }
}