BODY { 
                background: white;
                color: black; 
                margin-left: 0%;
                margin-right: 0%;
                font-size: 1em;
                font-family: verdana, arial, helvetica; 
                line-height: 1.1;
           }

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

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

                LI { display: list-item }

                H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
                H1 { text-align: center }
                
                H5, H6 { margin-top: 1em }
                H1, H2, H4, H6 { font-weight: bold }
                H3 { font-variant: small-caps }
                H4, H5 { font-style: italic }
           
                H1 { font-size: xx-large }
                H2 { font-size: x-large }
                H3 { font-size: large }

                TABLE, TH, TR, TD { font-family: verdana, arial, helvetica }
                TH { color: blue; background: yellow; text-align: center }

                B { font-weight: bold }        /* relative to the parent */
                STRONG { font-weight: bolder }        /* relative to the parent */
                I, CITE, EM, VAR, ADDRESS { font-style: italic }
                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: 3em }

                DT { margin-bottom: 0 }
                DD { margin-top: 0; margin-left: 3em }

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

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #003399; text-decoration: none }

a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; color: #000000; text-decoration: underline; background: #CCFFFF}

a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; color: #658017; text-decoration: underline}

a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #003399; text-decoration: none}

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #000000; text-decoration: none}

div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #000000; text-decoration: none }

                   /* setting the anchor border around IMG elements
                   requires contextual selectors */

                A:link IMG { border: 2px solid blue }
                A:visited IMG { border: 2px solid red }
                A:active IMG { border: 2px solid lime }


