body {
	color: #40407a; background-color: #f5f5f5;
	font-family: Verdana, arial, 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;
	
}

nav a{
	text-decoration: none;
}

h1{
	line-height: 400%;
	text-indent: 1em;
}

li{
	text-size: 90%;
}

dd{
	text-size: 90%;
}
footer{
	background-color: #80cbc4;
	font-style: italic;
	font-size: small;
	text-align: center;
}
