body { font-family: /* brush script mt, */ sans-serif, arial, helvetica, verdana;
       /* background-color: #008000; */
       background-image: url(pix/greenish6.jpg);
       color: white;
       /* font-size: 200%; */
}

table.stuff { /* background-color: #ccffcc; */
              background-image: url(pix/whiteish.jpg);
              color: black;
}

table.front { text-align: center;
	      vertical-align: middle;
}

TD, TH, DT, DD, DL { font-family: /* brush script mt, */ sans-serif, arial, helvetica, verdana;
                     /* font-size: 140%; */
}

/* after-double-table-hack: */
span.normal { font-family: /* brush script mt, */ sans-serif, arial, helvetica, verdana;
}

span.small { font-family: /* brush script mt, */ sans-serif, arial, helvetica, verdana;
             /* font-size: 75%; */
}

h1 { /* font-size: 180%; */
   } 

h3 { /* font-size: 140%; */
   } 

pre { font-family: Courier;
    }

:link    { color: rgb(40,40,40) }   /* unvisited link */
:visited { color: rgb(80,80,80) }   /* visited links */
:active  { color: rgb(125,0,0) }   /* active links */

A.hidden:link    { color: rgb(0,0,0); text-decoration: none; }   /* unvisited link */
A.hidden:visited { color: rgb(0,0,0); text-decoration: none; }   /* visited links */
A.hidden:active  { color: rgb(0,0,0); text-decoration: none; }   /* active links */

