BODY { 
                    margin: 2em 2em 2em 2em;
                    font-family: verdana;
                    font-size: 10pt;
                    background: white;
                    color: #000000; 
                  }

TD, TH, P { 
                    font-family: verdana;
		            font-size: 10pt;
                    color: #000000; 
                  }

H1, H2, H3, H4, H5, H6 { 
                    font-family: verdana;
                    color: #C41E3A; 
                  }

                  H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
                  DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
                    display: block }

                  B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
                  IMG, SPAN { display: inline }

                  /* LI { display: list-item } */


                  H1, H2, H3 { margin-top: 0.5em; margin-bottom: 0.5em }
                  H1, H5 { text-align: center }
                  H3, H4 { text-align: center }
                  H6 { text-align: left; margin-bottom: 0em }
                  H1, H2, H3, H4, H5, H6 { font-weight: bold }

                  H1 { font-size: xx-large }
                  H2 { font-size: x-large }
                  H3 { font-size: 16pt }
                  H4 { font-size: 14pt }
                  H5 { font-size: 12pt }
                  H6 { font-size: 10pt }

                  B, STRONG { font-weight: bold }  /* relative to the parent */
                  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: regular }
                  PRE, TT, CODE, KBD, SAMP { font-family: monospace }

                  PRE { white-space: pre }

                  ADDRESS { margin-left: 3em }
                  BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

                  /* UL, DIR { list-style: disc } */
                  /* OL { list-style: decimal } */
                  MENU { margin: 0 }              /* tight formatting */
                  /* LI { margin-left: 2em } */

                  DT { margin-bottom: 0 }
                  DD { margin-top: 0; margin-left: 3em }

                  HR { border-top: solid }        /* 'border-bottom' could also have been used */

                  A:link { color: #C41E3A }          /* unvisited link */
                  A:visited { color: #C41E3A }        /* visited links */
                  A:active { color: #C41E3A }        /* active links */

                  /* setting the anchor border around IMG elements
                     requires contextual selectors */

                  A:link IMG { border: 0px solid blue }
                  A:visited IMG { border: 0px solid red }
                  A:active IMG { border: 0px solid lime }
