/* For Wilmot Web pages */
/* $Id: onbstyle.css,v 1.4 2008/04/06 01:52:23 fellows Exp $ */
body { background: url(bgnd.jpg) } 
dt { padding-top: 1em; font-weight: bold}
h2 { text-align: left }
hr { size: 3 ; color: #ee5588 }

/* nav class is for the navigation side bar  */
a.nav:visited { color: #ffffff } /* must be first to workaround a browser bug */
a.nav:link { color: #ffffff }
body.nav { color: #ffffff ; background: #228033 } /* use this form for Netscape */

/* This is added for html2ps to allow stuff to be masked in the browser */
/* but rendered for postscript/pdf.  html2ps does NOT process this style */
/* sheet only its own */
.pdfonly { display: none } /* use as <div class=pdfonly> ...</div> */

