<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/Parrot.png');
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: top;
    background-attachment: fixed;
    font-family: Tahoma;
    margin-top: 0px;
}

ul {
    font-size: 12px;
}

.logo {
    filter: drop-shadow(2px 2px 2px #e1b290);
}

.LogoText {
    font-style: italic;
    font-family: 'Microsoft Sans Serif';
    text-shadow: #FC0 1px 0 10px;
    color: orange;
    font-size: x-large;
    font-weight: bold;
    cursor: pointer;
}

.MenuBox {
    width: 100px;
    float: left;
    padding: 5px;
    cursor: pointer;
    font-size: small;
    text-align: center;
    border-left: 1px groove grey;
    border-right: 1px groove grey;
    background-color: rgb(250,235,215);
    border-bottom: 1px groove grey;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.MenuBox:hover {
    background-color: blanchedalmond;
}

.SessionContainer {
    float: left;
    padding: 5px;
    font-size: small;
    margin-left: 5px;
}

.MenuItem {
    padding: 5px;
    width: 100px;
    cursor: pointer;
    font-size: small;
    text-align: center;
    border-radius: 2px;
    border: 1px groove grey;
    background-color: rgb(250,235,215);
}

    .MenuItem:hover {
        background-color: blanchedalmond;
    }

.MenuItems {
    position: absolute;
    z-index: 2;
}

#LogoCover {
    position: fixed;
    top: 0px;
    left: 82px;
    width: 54px;
    height: 75px;
    cursor: pointer;
    z-index: 1;
}

#MenuImage {
    width: 60px;
    cursor: pointer;
}

.MenuImageContainer {
    padding-top: 15px;
}

/*
#SharePage{
    font-size: medium;
}
*/

#Slider {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    width: 250px;
    margin: auto;
    vertical-align: top;
    background: rgba(250, 235, 215, 0.95);
}

    #Slider a {
        color: indigo;
        text-decoration: none;
    }

    #Slider ul {
        font-size: medium;
    }

.SliderContent {
    width: 90%;
    padding: 10px;
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}</pre></body></html>