body {
    font-family: Verdana, Arial;
    color: #1976D2;
}
header {
    background-image: url('lilyheader.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
nav {
    text-align: center;
    font-weight: bold;
}
nav a {
    text-decoration: none;
}
h1 {
    line-height: 400%;
    text-indent: 1em;
}
h2 {
    color: #1976D2;
}
li, dd {
    font-size: 90%;
}
dt {
    color: #002171;
}
footer {
    font-size: small;
    font-style: italic;
    text-align: center;
}
.yoga {
    color: #1976D2;
}