/* Herbarium style sheet -- by Carol Mattsson 4/02 */
/* NO NO NO double slash comments!!  They hide the rest of the file! */

/* Set the default font */
/* Use <b></b> as needed for labels and headings */

body { font-family: arial, helvetica, verdana; background: #FFFFFF;
   /* background: #FFCCCC; */ }

/* Class for one size smaller text.  "Smaller" makes it too small.  92% is
 * the equivalent of size -1. */

.smaller { font-size: 92%; /* font-style: italic; */ }
.larger { font-size: 108%; /* font-style: italic; */ }

/* Background color for headings:
 * #e9ece4 for original herbarium pale green
 * 25541E color used on headings in "About the Database"
 *   I have no idea why this works without the #, and probably it's not
 *   "browser safe," but that's the way it was and it seems to translate
 *   to styles OK... CEM
 * #ffbb44 is SJSU bright yellow */

.headColor { background: #e9ece4; }

/* Color for text headings in dbabout.html */
.aboutColor { color: #25541E; }

/* Color for background of feedback table in feedback.html */
.feedColor { background: #FFEEDA; }


