body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  black;
	outline: none;
	}

a:visited {
	color:  gray;
	}
		
a:hover {
	color: silver;
	}
	
a:active {
	color: maroon;
	}
	
#content {
	width: 680px; 
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: transparent;
	border: 0px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 680px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 650px;
	}
html>body #content {
	width: 650px; /* ie5win fudge ends */
	}
	
#indexcontent {
	width: 680px; 
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: transparent;
	border: 0px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 680px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 650px;
	}
html>body #indexcontent {
	width: 650px; /* ie5win fudge ends */
	}

#navi {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid black;
	background-color: transparent;
	text-align: left;
	width: 650px;
	font-size: 0.9em;
	}
	
#navi ul { 
	text-align: center;
	border-top: 0px solid silver;
	border-bottom: 0px solid silver;
	background-color: transparent;
	padding: 2px;
	border: 1px solid black;
	}

#navi li { 
	text-decoration: none;
	font-family: sans-serif;
	list-style: none;
	display: inline;
	margin-right: 2px;
	}
	
#navi a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color:  black;
	outline: none;
	}
	
#navi a:visited {
	color:  gray;
	}
		
#navi a:hover {
	color: silver;
	border-bottom: 1px solid green;
		padding-bottom: 2px;
	}
	
#navi a:active {
	color: maroon;
	}
	
#active {
	border-bottom: 1px solid orange;
		padding-bottom: 2px;
	}

#content h1 {
	text-align: left;
	}

#content h3 {
	text-align: right;
	}
	
#indexcontent h1 {
	text-align: left;
	}

#indexcontent h3 {
	text-align: right;
	}
	
.tiny {
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 0.8em;
	}

#book {
	float: left;
	margin-left: 120px;
	margin-bottom: 50px;
	}

#book img {
	border: none;
	}

#impr {
	margin: 15px 0px 0px 0px;
	}
