img {
    max-width: 100%;
}

em {
    text-decoration: underline;
    font-style: normal;
}

body {
    background-color:White;
    font: normal 100% helvetica, sans-serif;
    font-size:15px;
}

h1 {
    color:#043535;
    text-align:center;
}

h2 {
    color:#043535;
    font-size:18px;
    /* text-align:center; */
}

h3 {
    color:#043535;
    font-size:15px;
    /* text-align:center; */
}

.center {
    margin:auto;
    width:65%;
}

.badges {
    width: 100%;
    text-align: center;
}

.lastmod{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #747474;
    font-size: 80%;
}

.badges img {
    border: 0;
    width: 88px;
    height: 31px;
}

th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
