/* ** Style sheet for class web pages ** Copyright (c) 1999, Lee Hollaar ** Last revised 08-07-99 */ /* ** The following should really only need to indicate a style for ** BODY, since TD, P, and UL are inferior elements to BODY. ** But that doesn't seem to work with Netscape Navigator 4.0. ** Oh, well ... */ BODY, TD, P, UL {color: black; font-family: Comic Sans MS, arial, sans-serif; font-size: 12pt} H1 {text-align: center; font-size: 18pt} H2 {text-align: center; font-size: 16pt} H3 {text-align: center; font-size: 14pt} SMALL {font-size: 8pt}