hr {
    height: 2px;
    background-color: #159852;
    border: none;
}

.announceArea {
    resize: none;
    margin-left: 5px;
    overflow-y: scroll;
    width: 510px;
    height: 490px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 5px;
    background-color: ghostwhite;
    border-color: lightgray;
}

.announceAreaEdit {
    width: 520px;
    height: 501px;
}


