/* Upward Bound style sheet (CSS1)
   D. Robins  19990624

   UB.css derivative without margins
*/

BODY {
  color: #000040;
  background-color: #FFFFBB;
  font-family: geneva, arial, sans-serif;
  font-size: 11pt;
}

/* sub-elements */

SUP {
  font-size: 8pt;
}

SMALL {
  font-size: 9pt;
}

UL TT {
  font-size: 9pt;
  color: #000066;
}

/* named styles */

FONT.lc {
  font-family: 'times new roman', times, serif;
  font-size: 20pt;
}

FONT.sub {
  font-family: 'times new roman', times, serif;
  font-style: italic;
  font-size: 12pt;
}

SPAN.Theme {
  font-size: 16pt;
  color: green;
  font-family: "technical", "boldht", "comic sans ms", "tahoma", arial,
   sans-serif;
}

/* fixed-with fonts */

PRE, TT {
  font-family: monospace;
  font-size: 11pt;
}

/* links */

A         { text-decoration: none; font-weight: bold; }
A:link    { color: #404080; }
A:visited { color: #C00000; }
A:active  { color: #00C0FF; }

/* tables */

TD {
  font-family: arial, sans-serif;
  font-size: 11pt;
}

