/* fot-section-sofar.css 
 * This stylesheet is loaded *in addition to*
 * the main fot.css stylesheet.
 * This is for the special cases for this site section -
 * mainly, so far, the font.
*/

/* *** { Standard Stuff: *** */
/* defined in main stylesheet 
   these are diffs only. */
body {
  font-family: "times roman", times, serif;
}
p, td, th, ul, ol, li, dt, dt, dd  {
  font-family: "times roman", times, serif;
  font-size:  1.05em;
}
h1, h2, h3, h4, h5, h6, {
  font-family: "times roman", times, serif;
}

h2 {
  color:       blue; 
  font-size:   1.3em;
  font-weight: normal;
  line-height: 1em;
}
span.inh2 {
  color:       red;
  font-size:   .8em;
  font-weight: normal;
}

/* *** { Messages: *** */
/* defined in main stylesheet */

/* *** { Popup help: *** */
/* defined in main stylesheet */

/* *** { Forms: *** */
/* defined in main stylesheet */

/* *** { Page parts: *** */
/* defined in main stylesheet */

p.notice {
  font-size:   .9em;
}
p.more {
  font-family: helvetica, arial, lucida, sans-serif;
  font-size:   .9em;
}

/* EOF */

