body { background-color: #F5F5F5;
color: #5f5fd5;
font-family: Verdana, Arial, sans-serif;
}



header {
    background-image: url("lilyheader.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    height: 180px;
}

nav {
    text-align: center;
    font-weight: bold;
}

nav a { text-decoration: none;
}

main img {
   display: block;
   margin: 20px auto;
   max-width: 100%;
}

h1 { 

  text-indent: 1em;
  margin: 0px;
  background-color: transparent;
}
footer {font-style: italic, small, center}

li,
dd {
  font-size: 90%;
}
