body {
  background-color: #F5F5F5;
  color: #40407A; 
  font-family: Verdana, Arial, sans-serif; 
  margin: 0;
}

header {
  background-color: #80CBC4;
  background-image: url("lilyheader.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}

nav {
  text-align: center; 
  font-weight: bold; 
  background-color: #EAEAF2; 
  padding: 0.5rem 0;
}

nav a {
  text-decoration: none; 
  color: #40407A;
  margin: 0 10px;
}

h1 {
  line-height: 4;
  text-indent: 1em;
  margin: 0; 
  font-family: Georgia, "Times New Roman", serif; 
}

footer {
  background-color: #80CBC4; 
  text-align: center; 
  font-style: italic; 
  font-size: 0.75rem;  
  padding: 0.75rem 1rem;
  font-family: Georgia, "Times New Roman", serif; 
}

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