@charset "UTF-8";
/* CSS Document */
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal 12pt serif;
	color: #000000;
}
#header {
	display: none;
}
#creditline {
	font-size: .85em;
	text-align: center;
	font-style: italic;
}
#creditline a {
	text-decoration: underline;
}
.menu {
	display: none;
}
#content p, #content_home p {
	text-indent: 2em;
	line-height: 1.4em;
}
/*book pages*/
#left_column {
	display: none;
}
#bottom_links {
	display: none;
}
ul.menu {
	display: none;
}
#quote_home {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 3px;
}
#quote {
	font-size: 3em;
	font-weight: bold;
}
#name {
	font-style: italic;
	font-size: 1.3em;
}
#content_home p {
	padding: 7px 8px;
	margin: 0px;
}
#menu_home {
	display: none;
}
.display {
	display: none;
}
/*general styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.75em;
	margin-top: 0;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.35em
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1.15em;
}
ul {
	list-style: none outside;
}
ul li {
	padding: 6px auto;
	margin: 6px auto;
}
.italic {
	font-style: italic;
}
/*links styling*/
a {
	color: #333333
	text-decoration: underline;
}
.center {
	text-align: center;
}
