<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url(/images/template/masterpage/header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: black;
    font-size: 15px;
    line-height: 24px;
    color: White;
    font-family: 'PT Sans', sans-serif;
}

.globalWrapper {
    width: 1100px;
    margin: auto;
    position: relative;
}

.globalInnerWrapper {
    width: 1060px;
    margin: auto;
    position: relative;
}

a, a:visited {
    color: white;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.entertainerPhoto {
    margin: 0 0 15px 15px;
    border: 4px solid #1c1c1c;
}

strong {
    color: white;
}

.leftColumn {
    width: 300px;
    float: left;
}

.rightColumn {
    width: 700px;
    float: right;
}

.validator {
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-left: 100px;
}


h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 0 40px 0;
    margin: 0;
    color: #fff;
}

h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 25px;
    padding: 0 0 6px 0;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}


h4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    cursor: pointer;
    color: white;
}

    h4:hover {
        color: #FFBF27;
    }

.entertainerNameUseOnly {
    display: none;
}

.entertainerName {
    color: #4e97e6;
    text-align: right;
    float: right;
}

    .entertainerName &gt; .entertainerNameUseOnly {
        display: block;
    }

.divider {
    background-color: #393939;
    height: 1px;
    margin: 20px 0;
}

.standardForm {
}

    .standardForm label {
        width: 100px;
        font-weight: normal;
        font-size: inherit;
        line-height: 2em;
    }

    .standardForm input[type="text"], .standardForm textarea {
        margin-bottom: 0px;
        width: 580px;
    }

.gallery a {
    margin: 0 5px 0 0;
}

    .gallery a img {
        border: 1px solid transparent;
    }

    .gallery a:hover img {
        border: 1px solid white;
    }
</pre></body></html>