body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #F5F5F5; color: #40407A
    
}

header {
     background-color: #80CBC4;
     background-image: url(lilyheader.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

nav{
    font-weight: bold;
    text-align: center;
}

nav a{
    text-decoration: none;
}

h1 {
    height: 400%;
    text-indent: 1em;
}

footer{
    font-size: small;
    text-align: center;
    font-style: italic;
    background-color: #80CBC4;
}

li, dd {
    font-size: 90%;
}