.body-content h2 {
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

hr {
    margin: 30px;
    clear: both;
}

.newsletters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.newsletters a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    width: 130px;
}

.newsletters a img {
    width: 125px;
    height: 180px;
    border: 1px solid gray;
}

.newsletters a label {
    margin-bottom: 10px;
    cursor: pointer;
}

.newsSection h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsSection h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsSection h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.newsSection h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.newsSection .newsItem .newsItemPhoto {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    margin: 10px;
}

.newsSection .newsItem:nth-child(odd) .newsItemPhoto {
    float: right;
}

.newsSection .newsItem .newsItemPhoto img {
    margin: 10px;
}

.newsSection .newsItem .newsItemPhoto label {
    max-width: 350px;
    font-style: italic;
}

.newsSection .newsItemPhotoSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
}

.newsSection .newsItemPhotoSection .newsItemPhoto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    float: none;
}

.newsSection .newsItemPhotoSection > label {
    text-align: center;
    width: 100%;
}

.emphasized {
    font-weight: bold;
}

ul.linkList {
    margin-left: 30px;
    list-style: disc;
}

.linkList a {
    color: black;
}

.linkList a:visited {
    color: black;
}

ul.bulletedList {
    list-style: disc;
}

ul.bulletedList li {
    margin-left: 30px;
}