      body {
           background : #ffefd5;
           color : black;
           font-family : Helvetica, Arial, sans-serif;
      }
     h1 {
           width : 630px;
           background : #d0d0d0;
           color : black;
           border-top : thick solid black;
           border-bottom : thick solid black;
           text-align : center;
      }
     h2 {
           width : 630px;
           background : #e0e0e0;
           color : black;
           border-bottom : thick solid black;
      }
     h3 {
           width : 600px;
           background : #e0e0e0;
           color : black;
           border-bottom : thin solid black;
      }
     h4 {
           color : black;
           background : #e0e0e0;
           font-style : italic;
           margin-left : 1em;
      }
     p {
           text-align : justify;
      }
     table {
           font-family : Helvetica, Arial, sans-serif;
      }
     caption {
           font-size : 24pt;
           background : #ffd0d0;
           color : black;
      }
     th {
           text-align : center;
           background : silver;
           color : black;
           font-size : larger;
           border-width : 1px;
           border-style : solid;
           border-color : blue;
           padding : 12px;
      }
     td {
           font-size : 10pt;
           background : #ffefd5;
           color : black;
           vertical-align : top;
           border-width : 0;
           border-style : solid;
           border-color : blue;
           padding : 12px;
      }
     tfoot {
           font-size : larger;
           background : yellow;
           color : black;
           text-align : center;
      }
     dt {
           margin-top : 20em;
      }
     a:link {
           text-decoration : underline;
           font-weight : normal;
           color : #000000;
           background : #ffefd5;
      }
     a:visited {
           text-decoration : underline;
           font-weight : normal;
           color : #ff0000;
           background : #ffefd5;
      }
     a:hover {
           text-decoration : underline;
           font-weight : normal;
           color : #000fff;
           background : #ffefd5;
      }
     a:active {
           text-decoration : underline;
           font-weight : normal;
           color : #ff0000;
           background : #ffefd5;
      }

