/*---------------------------------------------*/
/*     STYLES from website css                 */
/*---------------------------------------------*/

/* Link Characteristics */
A                   { color : purple; }
A:VISITED           { color : #DE5DE5; }
A:HOVER             { color : #2DA027; }

/* NOTE: size changed so IE can adjust */
body {
  background-color  : #fbefff;
  color             : #54277a;
  font-family       : Helvetica, Arial, san-serif;
  font-style        : normal;
  font-weight       : normal;
  font-size         : medium;
}

/*---------------------------------------------*/
/*     STYLES for specific elements            */
/*---------------------------------------------*/
TABLE.dataEntry, TD.dataEntry {
  background-color  : white;
  color             : #660066;
}

LI                  { padding-bottom: 10px; }


/*---------------------------------------------*/
/*     MISC STYLES                             */
/*---------------------------------------------*/
 
.copyright          { font-size: x-small; }
.small-font         { font-size: small; }
