h1, h2, h3, h4 
{ 
  color: #999;
  font-family: sans-serif;
}
body { background: #ffe0c4 ; color: black;}
/*Peachpuff bisque1 papayawhip seashell, or maybe vary from page to page
 within the function body-tag in navbar.lisp */

a[href]:hover { background: #ff9;}

/* ul li {list-style-type: square} circle, everything else is a bullet */

#navbar
{ 
  background: #fed0b4; /* #235 */
  border: 1px solid grey; /* nice inperceptible offset */
  color: #fec0b4;
  /* font-size: 100%;*/
  /* font-weight: bold;
  margin: 0;  padding: 0.5em 0.5em 1.5em; */
}

