  BODY {
          font-family: "Helvetica", "Arial", "sans-serif";
          font-weight: normal;

          margin-top:    10px;
          margin-bottom: 0px;
          margin-left:   25px;
          margin-right:  25px;

          color: black;
          background-color: #A5B1C3;
          background: white;

          scrollbar-face-color:        #A5B1C3;
          scrollbar-shadow-color:      #A5B1C3;
          scrollbar-highlight-color:   #A5B1C3;
          scrollbar-3dlight-color:     #000000;
          scrollbar-darkshadow-color:  #000000;
          scrollbar-track-color:       #A5B1C3;
          scrollbar-arrow-color:       #FF0000;
        }

		LI { display: list-item }

		H1 { text-align: center }
		H1, H2, H3, { font-weight: bold }
		H4, H5 { font-style: italic }

		H1 { font-size: xx-large }
		H2 { font-size: x-large }
		H3 { font-size: large }

		B, STRONG { font-weight: bolder }  /* relative to the parent */
		I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
		PRE, TT, CODE, KBD, SAMP { font-family: monospace }
		PRE { white-space: pre }

		BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
		
		LI { margin-left: 3em }

		HR { height=2px; color=black; border-top: solid }

A:link { color: black; text-decoration: none;}     /* unvisited link */
A:visited { color: blue }        /* visited links */
A:active { color: red }        /* active links */
A:hover { color: red }
A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }