body {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 15%;
	margin-right: 15%;
	width: auto;
	font-family: Verdana, Georgia, Arial, sans-serif;
	text-align: left;
	color: #000000;
	font-size: .9em;
	background-color: #FFFFFF;
}

h1 { font-size: 1.2em; }

h2 { font-size: 1em;}

li {margin-bottom: 1em;}

code,samp {  
	color: #333399;
	background-color: #FFFFFF;
	font-family: monospace
	}
.codeExample { white-space: pre;  padding-left: 1.5em;}
.fragment {} 

p.image {text-align: center; }
p.credit {font-size: .9em; font-style: italic; }
.bookTitle { font-style: italic;}

a:link {
	font-weight: bold;
	color: #336666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	font-weight: bold;
	color: #336666;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* separate an unordered list with a dotted vertical bar */
li.navMenuItem {
	display:inline;
	margin: 0;
	padding: 1px 1ex 1px 1px;
	border-right: 1px dotted #000;
}
li.navMenuItemLast {
	margin: 0;
	display:inline;
	padding: 0 0 0 1px;
}
ul.navMenuItem {
	margin: 0;
	padding: 0;
}
