@charset "UTF-8";
h3 {
    font-size: medium;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6546AD;
    font-weight: bold;
}
p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    color: #000000;
}
#footer {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    text-align: center;
    color: #FFFFFF;
    background-color: #6546AD;
}
