body{
    background-color: #f5f5f5;
    color: #40407a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

header{
    background-color: #80cbc4;
    background-image: url(lilyheader.jpg);
    background-position: right;
    background-repeat: no-repeat;

}

nav{
    font-weight: bold;
    text-align: center;
    line-height: 400%;
    text-indent: 1em;


}

h1{
    line-height: 400%;
    text-indent: 1em;
}

footer{
    font-style: italic;
    font-size: small;
    text-align: center;
    background-color: #80cbc4;
}

li, dd{
    font-size: 90%;
}