

/* Math expression font */
.style2 { font-family: Arial, Helvetica, sans-serif;
          font-size: x-small;
          font-weight: bold;
        }
/* Math expression font */
.style3 { font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
        }
/* BioFitWeb in-line logo text */
.style4 { font-weight: bold;
          font-family: cursive;
          font-variant: small-caps;
          color: #990000;
        }
/* Attention text */
.style5 { font-weight: bold;
          color: #990000;
        }
/* Reference page list items */
.style6 { font-family: Arial, Helvetica, sans-serif;
          font-size: small;
          line-height: 2;
        }
        
/* used for links in navbar in qssa, MMderiv, & plot_data, although not defined there */
/* used for links in navbar in BioFitWeb, DBquery(s), People, FittingTools, echo_data documents */
/* can get rid of as soon as navbar include document is ready */
/*
.style7 { font-family: Arial, Helvetica, sans-serif;
          font-size: small;
        }
        */
/* IU red text, used only one place I think */
.style8 { color: #990000
        }
        
/* small text, used only in FittingTools */
.style10 { font-size: small
         }
         
/* form input textboxes and textareas */
.colorful { color: #800000;
            background: #FFE4E1
          }
/* Do I need this too? */
/* No, not unless you want to use input.colorful above instead. */
textarea { color: #781351;
           background: #FFDDDD
         }

a img { border: none; }

a:link { text-decoration: none;
         color: #990000
       }
a:visited { text-decoration: none;
            color: #803000
          }
a:hover { background: #990000;
          color: white
        }
a:active { text-decoration: none;
           color: red
         }

h2 { font-variant: small-caps;
     color: #990000;
   }

h3 { font-variant: small-caps;
     color: #990000;
   }

fieldset { border: 1px solid #990000;
           padding: 6px
         }

legend { font-family: cursive;
         font-size: small;
         color: #990000;
       }

th { font-family: cursive;
     font-weight: normal;
     font-size: small;
     color: #990000;
   }

