body
{
 font-family: 'sans serif'; 
 background-image: none;
 background: #D8D8D8;
 color: black
}

// links to top/next page/index page at bottom of page
table.nav { cellpadding: 10pt; }
td.nav {
  border-style: none; padding: 8px;
}
a.nav:link { color: #707070; font-size: 8pt; }
a.nav:visited { color: #707070; font-size: 8pt; }
a.nav:hover { color: red; font-size: 8pt; }
