﻿.bodytext {
    font-family: var(--g5-body-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .6px;
    color: #2c2c2c;
    margin-top: 20px;
    margin-bottom: 10px;
}

.highlighttext {
    font-family: var(--g5-body-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    color: #d54e4e;
    margin-bottom: 10px;
}

.highlightcost {
    font-family: var(--g5-body-font);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #d54e4e;
    margin-bottom: 10px;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}
