/* Cascading Style Sheet, Level 1 */

/* MJ
H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
*/

/* BODY { border: 0px; margin: 0px; padding: 0px } */


B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

H1, H2, H3, H4 { margin-top: 0; margin-bottom: 0 }
H5, H6 { margin-top: 0 }
H1 { text-align: left }
H3, H5 { font-style: normal }

H1 { font-family: helvetica, arial, sans-serif; font-size: 24pt }
H2 { font-family: helvetica, arial, sans-serif; font-size: 18pt }
H3 { font-family: helvetica, arial, sans-serif; font-size: 14pt }
H4 { font-family: helvetica, arial, sans-serif; font-size: 12pt }
H5 { font-family: helvetica, arial, sans-serif; font-size: 12pt }
H6 { font-family: helvetica, arial, sans-serif; font-size: 12pt }

A { text-decoration: none }
BODY, A, P { font-family: helvetica, arial, sans-serif }
B, STRONG { font-weight: bold }  /* relative to the parent */
B.debug { font-family: helvetica, arial, sans-serif; color: red; background-color: transparent }
I, CITE, EM, VAR, ADDRESS { font-family: helvetica, arial, sans-serif; font-style: italic }
I.fileinfo { color: white }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
PRE { white-space: pre }
PRE { font-size: 10pt }
PRE.mail { font-size: 10pt }

ADDRESS { margin-left: 0; font-size: 10pt }

BLOCKQUOTE { margin-left: 0; margin-right: 0 }
BLOCKQUOTE { font-family: helvetica, arial, sans-serif }

UL { font-family: helvetica, arial, sans-serif }
OL { list-style: decimal }
OL { font-family: helvetica, arial, sans-serif }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 0 }
LI { font-family: helvetica, arial, sans-serif }
DL { font-family: helvetica, arial, sans-serif }
DT { font-weight: bold }
DD { margin: 0 }

TD { font-family: helvetica, arial, sans-serif; vertical-align: top }
CAPTION, TH, TR { font-family: helvetica, arial, sans-serif; vertical-align: top }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

