body {
	background: url('pix/bgd_calm_water.jpg');
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: center;
	}

h1	{
	display: none;
	}
h2	{
	text-align: center;
	font-size: 120%;
	color: #008;
	}

#navbar {
	margin-top: 10px;
	list-style: none;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	}
#navbar ul li {
	display: inline;
	}
#navbar li a:link, #navbar li a:visited {
	font-size: 85%;
	font-weight: bold;
	border: solid #00a 1px;
	padding: 7px 5px 6px;
	color: #006;
	background-color: #F5FFF0;
	text-decoration: none;
	width: 80px;
	display: inline;
	float: left;
	}
#navbar li a:hover {
	background-color: #EEC8EE;
	display: inline;
	}

#order {
	position: fixed;
	top: 250px;
	right: 3%;
	text-align: center;
	font-weight: bold;
	width: 100px;
	}
#order a:link, #order a:visited, #order a:hover {
	text-decoration: none;
	}
#order a:link	{
	color: #008;
	}
#order a:visited {
	background-color: #008;
	}
#order a:hover {
	color: #F5FFF0;
	}
.ordernow {
	display: inline;
	color: #008;
	background-color: #F5FFF0;
	}

#logo {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color: #004;
	border-left, border-right, border-bottom: 1px solid #F5FFF0;;
	}
#logo table {
	display: inline;
	}
.cover {
	display: inline;
	padding: 20px 5px;
	}
.logo {
	padding: 0px;
	display: inline;
	}
.cover a:link, .cover a:visited, .cover a:hover {
	background-color: #004;
	color: #004;
	} 
#logo a:link, #logo a:visited, #logo a:hover {
	color: #009;
	}

.text	{
	text-align: justify;
	font-size: 120%;
	font-family: "Times New Roman", Times, Georgia, serif;
	}
#quotes	{
	margin-top: 5px;
	margin-left: 2%;
	margin-right: 2%;
	background: white;
	padding: 0px 10px;
	border: 1px solid #000;
	text-align: justify;
	}
.title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #008;
	}
.excerpts {
	text-align: center;
	font-size: 200%;
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	color: #f00;
	font-weight: bold;
	}
#toc {
	margin-left: 2%;
	margin-right: 2%;
	text-align: justify;
	}

#all	{
	width: 830px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5FFF0;
	border: groove #00a 2px;
	}

.center {
	text-align: center;
	}
.line {
	border-bottom: 1px blue solid;
	margin-left: 15%;
	margin-right: 15%;
	}

.purple {
	color: purple;
	}
.red {
	color: red;
	}

a:link, a:visited  {
	color: #009;
	}
a:hover {
	color: red;
	}
a:link, a:visited, a:hover {
	text-decoration: underline;
	}
