body {
 background: white;
 color: #000;
 font-family: geneva, verdana, sans-serif;
 font-size: 14px;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 }

div.content {
 margin-left: 2em;
 margin-right: 1em;
 }

td img {
 display: block;
 }
 
ul {
 list-style: url("../images/arrow.gif") square;
 }

h1 {
 font-size: 18px;
 margin-left: -1.0em;
 }
  
h2 {
 font-size: 14px;
 margin-left: -1.0em;
 color: #333;
 }
 
hr {
 height: 2px;
 color: #b0c4de;
 background-color: lightsteelblue;
 }
 
div.navText {
 color: black;
 word-spacing: 6px;
 padding-bottom: 10px;
 }
 
div.bottomMatter {
 font-size: 12px;
 text-align: center;
 margin-left: 0.5em;
 margin-right: 0.5em;
 }
 
div.indexMap {
 margin-top: 10px;
 margin-bottom: 10px;
 }
 
.code {
 font-family: monospace;
 }
 
pre {
 font-family: monospace;
 }
 
a img {
 border: 0px;
 }
 
a:link {
 color: blue;
 }
 
a:visited {
 color: purple;
 }

a:hover {
 text-decoration: underline;
 }
 
a:active {
 color: red;
 }
