<style type="text/css">

/* this is version 01 of navbar */

.navbar__Sweater1 {color: #272D43 }
.navbar__Sweater2 {color: #3A445D }
.navbar__Lake {color: #6A727B }
.navbar__Fretboard1 {color: #38302B }
.navbar__Fretboard2 {color: #69533A }
.navbar__Fence {color: #978A74 }
.navbar__LightFence {color: #C2B295 }
.navbar__Leaf {color: #63791D }
.navbar__Head {color: #471605 }
.navbar__Finger {color: #F1BF9C }
.navbar__Hand {color: #EEB791 }
.navbar__GuitarTop {color: #F9F7C9 }

/* This is chnaged to be dark text on a white background */

body { background-color: #FFFFFF}

h1 { color: #660033 }
h2 { color: #660033 }
h3 { color: #F1BF9C }
h4 { color: #EEB791 }
h5 { color: #6A727B }

a:link {color: #6A727B; text-decoration: underline}    /* lake */
a:hover {color: #F1BF9C; text-decoration: blink}  /* Finger */
a:active {color: #63791D; text-decoration: underline}  /* green*/
a:visited {color: #978A74; text-decoration: none}    /* Fence */

/* the container is gtrtop on sweater1 (darker) */

#Container {
background-color: #272D43; 
outline-color:#272D43;
color:#F9F7C9;
}

ul#menu {

}

ul#menu li {

}

ul#menu li a {

}

/*Songstory is still gtr top but laid over sweater2 (lighter), outlined in lake */

.Songstory {
background-color: #3A445D;
outline-color:#6A727B;
color:#F9F7C9;
}
/*Lyrics in lightfence laid over sweater2 (lighter), outlined in lake */
.Lyrics {
background-color: #3A445D;
outline-color:#6A727B;
color:#C2B295;
border-color:#C2B295;

}

/*Copyright is lake laid over sweater2 (lighter), no outline */
.copyright {
background-color: #3A445D;
outline-color:#3A445D;
color:#6A727B;
}
/* for contrast, donloads is dark on light, leaf over lightfence, outlined in lake */
.downloads {
background-color:#C2B295 ;
border-color:#6A727B;
color:#69533A;
}

.OtherLinks {
background-color:#C2B295 ;
border-color:#6A727B;
color:#69533A;
}

</style>
