p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	letter-spacing: 1px;
	text-indent: 25px;
	background-color: #FFC;
	padding: 5px;
	margin-right: 300px;
	margin-left: 10px;
}
body {
	background-color: #DBDBB5;
	background-image: url(../images/book.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 90% 40px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.8em;
	color: #993333;
	border-bottom-width: thin;
	border-bottom-style: groove;
	margin-right: 300px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	color: #066;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 0.5em;
	font-weight: bold;
	color: #666;
	list-style-image: url(../images/bull-arrow.gif);
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #960;
}
.description {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #609;
	margin-right: 300px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
a:link {
	color: #066;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #000;
}
