.company_name{
    font-weight: bold;
}

.office_location{
    font-weight: bold;
    text-decoration: underline;
}

.division{
    display: block;
    text-decoration: underline;
    font-weight: bold;
}

.phone{
    display: block;
    color: #ff0000;
    font-weight: bold;
    margin-top: 5px;
}

.effective_date{
    font-style: italic;
}
