﻿body {
    background-color:ghostwhite;
}
.mosttext, .sectionheader, .mosttable, .quote, .linkk, .Headline2, .mosttextwhite {
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #400000;
}

.sectionheader {
    font-size: 14pt;
    font-weight: bold;
    color: yellow;
}

.textblock {
    padding: 10px;
}

.mosttextwhite {
    color: white;
}

.mosttable {
    vertical-align: text-top;
}

.mosttable2 {
    color: #ccffff;
    vertical-align: text-top;
}

.quote {
    font-size:9pt;
    color: chocolate;
    font-style: italic;
}

.linkk {
    font-size: 8pt;
}

.Headline2 {
    font-weight: bold;
}

.PicBox, .testimonial {
    border-color: #202080;
    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-width: 4px;
}

.PicBox2 {
    border-color:burlywood;
    border-style: solid;
    border-width: 5px;

    padding: 14px 14px 14px 14px
}
.listcontainer {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: chocolate;
    padding: 10px 10px 10px 10px;
    border-width: 5px;
    border-style: solid;
    border-color: burlywood;
}
.box {

    
    padding: 10px 10px 10px 10px;
    border-width: 5px;
    border-style: solid;
    border-color: burlywood;
}
.bigheader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 80px;
    color: chocolate;
}

.mediumtext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    color: burlywood;
}
.smalltext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: chocolate;
}
.smalltextitalic {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-style:italic;
    color: chocolate;
}
#playlist {
    list-style: none;
}

    #playlist li a {
        color: white;
        text-decoration: none;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 12px;
        line-height:13px;
    }

    #playlist .current-song a {
        color: lightgreen;
    }

.active a {
    color: #5DB0E6;
    text-decoration: none;
}

li a {
    color: #eeeedd;
    background: #333;
    padding: 5px;
    display: block;
}

    li a:hover {
        text-decoration: none;
    }