body {
 background: white;
 color: #333;
 font-family: geneva, arial, verdana, helvetica, sans-serif;
 margin: 0px 0px 14px 0px;
 }
 
#banner {
 white-space: nowrap;
 }

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

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

ul ol {
 list-style: decimal;
 }

h1 {
 font-size: larger;
 margin-left: -1.0em;
 }
  
h2 {
 font-size: 1em;
 font-weight: bold;
 margin-left: -1.0em;
 }
 
h3 {
 font-size: 1em;
 font-weight: bold;
 }


/* 
div.navText {
 color: black;
 word-spacing: 6px;
 padding-bottom: 10px;
 }
*/
 
#bottomMatter {
 border-width: 5px 0px 0px 0px;
 border-style: solid;
 border-color: #B0C4DE;
 padding-top: 12px;
 text-align: center;
 margin-left: 0.5em;
 margin-right: 0.5em;
 }
 
.code {
 font-family: monospace;
 }
 
pre {
 font-family: monospace;
 }
 
a img {
 border: 0px;
 }
 
a:link {
 color: blue;
 background: transparent;
 }
 
a:visited {
 color: purple;
 background: transparent;
 }

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