/*-------------------------------
  UNIVERSITY ARCHIVES
  basic.css
  
  Handles styles for non-compliant
  browsers and the basic styles.
  
  Last updated: 11.19.02
---------------------------------*/
/* HTML Tag Styles */
/* PRE-WCAG A { background-color: transparent; color: #79a; } */
A { background-color: transparent; color: #455B68; }
HTML>BODY { font-size: 18px; } /* [originally set a 16px; changed to 18px 20250321 */ /* Use of descendant ">" fixes the font size in Opera */

BODY {
 background-color: #fff; color: #000;
  margin: 1px auto;
  font-family: Verdana, Helvetica, sans-serif;
}
BODY, H1, H2, P, LI, TD, TH { font-family: Verdana, Helvetica, sans-serif; }
H1 {
/* PRE-WCAG   background-color: #fff; color: #689; */
  background-color: #fff; color: #455B68;
  font-size: 100%;
}
H2 {
  background-color: #fff; color: #33;
  font-size: 100%; font-style: italic; 
}
P, LI, TH, TD { font-size: 90%; }
LABEL { 
  font-weight: bold;
  cursor: pointer;
}
TH { text-align: left; }
/* .hidens { display: none; } */
.required { color: red; }
