.headerFont {font-size:22px; font-family:times new roman, times; color: #333333; xfont-weight: bold;}
.bodyFont {font-size:14px; font-family:times new roman, times; color: #333333;}
.quoteFont {font-size:14px; font-family:times new roman, times; color: #570000;}
.attributionFont {font-size:14px; font-family:times new roman, times; color: #000000;}
.sixteenwords-header.wide {
    width: 580px;
}
.sixteenwords-header.narrow {
    display: none;
}
.main-table {
    width: 580px;
    margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
    .sixteenwords-header {
        width: 100%;
    }
    .main-table {
        width: 90%;
    }
}


@media (max-width: 635px) {
    .sixteenwords-header.narrow {
        display: block;
    }
    .sixteenwords-header.wide {
        display: none;
    }
}





