  body {
  	font-family: Arial, Helvetica, sans-serif;
  }
  P {
 	margin-left: 20px;
	margin-right: 20px;
  }
  UL,LI {
  	margin-left: 20px;
	margin-right: 15px;
  }
 TABLE {
 	margin-left: 20px;
 }
  .menu {
  	color: White;
  	text-decoration: none;
  	line-height: 1.5em;
  	width: 100%;
  }
  a.menu:HOVER {
  	color: White;
  	background-color: #00CCCC;
  	line-height: 1.5em;
  	width: 100%;
  }
  .current {
  	color: Black;
  	background-color: White;
  	line-height: 1.5em;
  	width: 100%;
  }
  .heading {
  	color: #339999;
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 15px;
	line-height: 1.0em;
  }
.heading2 {
  color: white;
	background-color: #339999;
	width: 100%;
	margin: 10px 20px 1px 20px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-indent: 10px;
}
img.screenshot {
	border: 2px solid #339999;
	margin-right: 10px;
	margin-bottom: 10px;
}
 .booktable {
 	margin-top: 5px;
	margin-bottom: 5px;
 	margin-left: 20px;
 }
 .booktitle {
 	margin-top: 5px;
 	margin-left: 10px;
 	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
 }
 .bookinfo {
  	margin-left: 10px;
 	font-size: .8em;
	font-style: italic;
	line-height: 1.8em;
 }
 .bookbrief {
  	margin-left: 10px;
 	font-size: 1.0em;
 }
.bookdetail {
	margin-left: 10px;
	margin-right: 15px;
}