body {
    background-color: whitesmoke;
    color: #40407a;
    font-family: verdana, arial, sans-serif;
}

header {
    background-color: #80cbc4;
    background-image: url(lilyheader.jpg);
}

nav {
    font-weight: bold;
    text-align: center;
}

h1 {
    line-height: 400%;
    text-indent: 1em;
}

footer {
    background-color: #80cbc4;
    font-size: small;
    font-style: italic;
    text-align: center;
}

li {
    font-size: 90%;
}