<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-size: 100%;
}

body {
    width: 99%;
    padding: 105px 0px 40px 0px;
    background-color: #111111;
}

*:focus {
    outline: none !important;
}

#main {
    float: left;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #f1b07c;
    background-color: #0b0b0b;
    text-align: left;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

#bottom {
    position: fixed;
    bottom: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

#bottom {
    z-index: 9;
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    color: white;
    margin-bottom: 0px;
}

* html body {
    overflow: hidden;
}

* html div#main {
    height: 40%;
    overflow: hidden;
}


.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0f0d0d;
    height: 120px;
    overflow: hidden;
    z-index: 0;
}

.menu {
    float: left;
    height: 105px;
    padding: 15px 9px 0px 40px;
    font-size: 1.38em;
    background-color: #0f0d0d;
    vertical-align: bottom;
    width: calc(100% - 59px);
    border-bottom: 1px solid #220f0f;
    overflow: hidden;
}


.menuLogo {
    float: left;
    padding-left: 0px;
    margin-left: 0px;
    width: 480px;
    height: 105px;
    background-color: #0f0d0d;
}

.menuItem {
    float: left;
    padding: 34px 0px 0px 40px;
    height: 50px;
    background-color: #0f0d0d;
    overflow: hidden;
}

.bottomLinks {
    padding-top: 10px;
    width: 99%;
    color: #fcf1d3;
    color: #5d3628;
    text-align: right;
    height: 55px;
}

.bottomCopyright {
    width: 99%;
    color: #fcf1d3;
    color: #f9edcb;
    text-align: right;
    padding-top: 2px;
}

.musicPlayerTopTitle {
    position: absolute;
    bottom: 62px;
    left: 42px;
    height: 21px;
    overflow: hidden;
    color: #aeafb1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 2;
}

.musicPlayer {
    position: absolute;
    bottom: -20px;
    left: 15px;
    background-color: transparent;
    overflow: hidden;
    display: block;
    height: 85px;
    width: 300px;
}

.musicPlayerAudio {
    float: left;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    height: 60px;
}

.linkHome {
    background-color: #0f0d0d;
    background-image: url('../Images/KayRoseMusic.gif');
    width: 480px;
    height: 90px;
    background-size: 480px 90px;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    display: block;
    padding: 0;
    cursor: pointer;
}

    .linkHome:hover {
        background-image: url('../Images/KayRoseMusic_Hover.gif');
        width: 480px;
        height: 90px;
        background-size: 480px 90px;
        text-decoration: none;
        outline: none;
        border: none;
        box-shadow: none;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .linkHome:focus {
        text-decoration: none;
        outline: none;
        border: none;
        box-shadow: none;
        padding: 0px;
        margin: 0px;
    }

.linkMenu {
    font-family: 'Times New Roman', Times, serif;
    font-size: 160%;
    color: #fcf1d3;
    text-decoration: none;
}


    .linkMenu:hover {
        font-family: 'Times New Roman', Times, serif;
        font-size: 160%;
        color: #e4834f;
        text-decoration: none;
    }


    .linkMenu:focus {
        font-family: 'Times New Roman', Times, serif;
        font-size: 160%;
        text-decoration: none;
    }

.popMailingListOuter {
    position: absolute;
    top: 140px;
}
.popMailingList {
    border-color: black;
    background-color: #111111;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: medium;
    color: #fcf0d2;
    width: 380px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.popMailingListTitle {
    font-size: large;
    float: left;
    width: 100%;
    height: 45px;
}

.popMailingListRow {
    float: left;
    width: 100%;
    padding-top: 12px;
    height: 40px;
}

.ppopMailingListRowLeft {
    width: 105px;
    float: left;
    padding-top: 4px;
    text-align: right;
}

.popMailingListRowRight {
    width: 250px;
    float: left;
    padding-left: 4px;
}

.popMailingListRowButton {
    float: left;
    width: 100%;
    height: 50px;
    padding-top: 20px;
}

.floatLeft {
    float: left;
}

.padTopTwenty {
    float: left;
    padding-top: 15px;
}

.padLeftTen {
    float: left;
    padding-left: 10px;
}

.padLeftFive {
    float: left;
    padding-left: 5px;
}

.padBottomTen {
    padding-bottom: 10px;
}

.padBottomFive {
    padding-bottom: 5px;
}

.padRightTen {
    width: 100%;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.pnlContact {
    float: left;
    padding: 20%;
    color: black;
}

p {
    float: left;
    font-family: 'Times New Roman', Times, serif;
}

a {
    font: Georgia, 'Times New Roman', Times, serif;
    color: #F0DBA2;
}

.center-div {
    margin: 0 auto;
    width: 250px;
}

button:focus {
    outline: 0;
}

h1 {
    font: 9pt, Lexia, Verdana, sans-serif;
}

h1 {
    color: #FFFCEA;
}

h2 {
    font: 9pt, Helvetica, Arial, sans-serif;
}

h2 {
    color: #F0DBA2;
}

h3 {
    font: 6pt, Verdana, Arial, sans-serif;
}

h3 {
    color: #999999;
}
}
</pre></body></html>