/* CSS layout */

        body, td, p {
            font-family: verdana, sans-serif;
            font-size: 8pt;
            color: #000000;
        }

        pre {
            font-family: verdana, sans-serif;
            font-size: 8pt;
            color: #ffffff;
            font-weight: bold;
            margin: 0px;
        }

        ul  {
            margin: 0px;
            padding: 0px;
            list-style-position: inside;
            list-style-type: disc;
            font-weight: bold;
        }

        a {
            color: #000000;
            text-decoration: none;
        }

        a:hover {
            color: #000000;
            text-decoration: underline;
        }
        

        h1 {
           font-size: xx-large; 
           font-weight: bold; 
           margin-top: 10px; 
           margin-bottom: 10px
            font-family: verdana, sans-serif;
            color: #000000;
        }

        h2 {
           font-weight: bold; 
           margin-top: 10px; 
           margin-bottom: 10px
            font-family: verdana, sans-serif;
            font-size: medium;
            color: #000000;
        }

        h3 { 
        font-weight: bold; 
            margin: 0px;
            color: #339900;
            font-size: medium;
        }

        h4 {
            margin: 0px;
            font-family: verdana, sans-serif;
            font-size: 8pt;
            color: #000000;
            font-weight: normal;
        }
