.cssHeader {
    color: #182626;
    font-family: Consolas;
    font-size: 28px;
    font-weight: bolder;
    padding-top: 10px;
}

.cssPaddingRight {
    padding-right: 20px;
}

.cssItemName {
    color: #C3E9E9;
    font-family: Verdana;
    font-size: 17px;
}

.cssItemNameAnchor {
    color: #C3E9E9;
    font-family: Verdana;
    font-size: 20px;
    text-decoration: underline;
}

    .cssItemNameAnchor:hover {
        color: yellow;
        text-decoration: none;
    }

.cssPhoneNumber {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: underline;
}

    .cssPhoneNumber:hover {
        color: yellow;
        text-decoration: none;
    }
