        body {
        background: #000000;
        color: #000000;
        font-size: 12px;
        font-family: Trebuchet MS;
margin: 0px;
padding: 0px;
        }

        h1 {
        font-size: 2em;
        }

        h2 {
        color: #00003F;
        font-size: 11px;
        }

        .tablebg {
        background: #000000 url(./images/scroll_texture.jpg) repeat top left;
        }

        .tablehd {
        background: #000000 url(./images/scroll_top.jpg);
        }

        .tableft {
        background: #000000 url(./images/scroll_bottom.jpg);
        }

        .tabletl {
        background: url('./images/knob_tl.gif');
        background-repeat: no-repeat;
        background-position: right;
        width: 30px;
        }

        .tabletr {
        background: url('./images/knob_tr.gif');
        background-repeat: no-repeat;
        background-position: left;
        width: 30px;
        }

        .tablebl {
        background: url('./images/knob_bl.gif');
        background-repeat: no-repeat;
        background-position: right;
        width: 30px;
        }

        .tablebr {
        background: url('./images/knob_br.gif');
        background-repeat: no-repeat;
        background-position: left;
        width: 30px;
        }

        A:link {
        color: #000000;
        text-decoration: underline;
        }

        A:visited {
        color: #000000;
        text-decoration: underline;
        }

        A:hover {
        color: #000000;
        text-decoration: underline;
        }
