/*
 * Styles for directory-style articles.  Mostly fonts.
 * Don Tillman
 *
 * Directory-style articles have little running text and so 
 * are presented in a helvetica font.
 *
 */
BODY {
  font-family: arial, helvetica, sans-serif; 
  font-size: 0.9em;
}
TD, TH {
  font-family: arial, helvetica, sans-serif; 
  font-size: 0.9em;
}
H1 {
  font-size: 1.2em; 
}
H2 { 
  font-size: 1.1em; 
}
H3 { 
  font-size: 1em; 
}
