﻿.ReadMsgBody {
    width: 100%;
    background-color: #FFFFFF;
}

.ExternalClass {
    width: 100%;
    background-color: #FFFFFF;
}

body {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana, Geneva, sans-serif;
}

table {
    border-collapse: collapse;
}

@media only screen and (max-width: 640px) {
    body[yahoo] .deviceWidth {
        width: 440px !important;
        padding: 0;
    }

    body[yahoo] .center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 479px) {
    body[yahoo] .deviceWidth {
        width: 280px !important;
        padding: 0;
    }

    body[yahoo] .center {
        text-align: center !important;
    }
}

p {
    color: #333333;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

a {
    color: #555;
    text-decoration:none;
}

