body
	{
		background-color:#F5F5F5; 
		color:#40407A;
		font-family: Verdana, Arial, sans-serif;
	}

h1
	{
		background-color:#80CBC4;
		background-image:url(images/lilyheader.jpg);
		background-position: right;
		background-repeat: no-repeat;
		line-height: 400% ;
		text-indent: 1em;
	}

nav
	{
		text-align:center;
		font-weight:bold;
	}

nav a
	{
		text-decoration:none;
	}

li
	{
		font-size:90%;
	}

dd
	{
		font-size:90%;
	}

footer	
	{
		background-color:#80CBC4;
		font-size:small;
		font-style:italic;
		text-align:center;
	}

