@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font-family: georgia, serif;
}

h1 {
	color: purple;
}
p.chapters {
	font-family: tahoma;
	color: dimgrey;
}
p>a {
	text-decoration: none;
	color:white;
}
li>a {
	text-decoration: none;
}
li {
	font-family: tahoma;
	color: purple;
}
ul {
	list-style: none;
	padding: 0;
	margin-left: 2;
}
figcaption {
	font-family: tahoma;
	color: dimgrey;
}
p.footcl {
	color: white;
	background-color: purple;
	border-style: solid;
	border-width: medium;
	padding: 10px;
	border-color: purple;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

