    body {
        background-color: black;
        color: white;
        font-family: "verdana" , "arial" , sans-serif; }

    a:link    { color: blue }   /* unvisited links */
    a:visited { color: red }    /* visited links   */
    a:hover   { color: red }    /* user hovers     */
    a:active  { color: red }    /* active links    */

    div.title {
        text-align: center;
    }

    div.title table {
        width: auto;
        border: none;
        margin: auto;
        padding: auto;
        border-collapse: collapse;
    }

    div.title table * {
        border: none;
        margin: 0;
        padding: 0;
    }

    h1, h2, caption {
        text-align: center;
        font-variant: small-caps;
        font-style: italic;
        margin: 0;
    }

    body p {
        text-indent: 2em;
        text-align: justify;
    }

    table {border: medium solid}

    .icon32 {
        width: 28px;
        height: 32px;
        }

    .bigIcon32 {
        width: 32px;
        height: 32px;
        }

    .icon56 {
        width: 56px;
        height: 64px;
        }

    .bigIcon56 {
        width: 56px;
        height: 56px;
        }

    table.sig {
        display: inline;
        border: none;
        border-collapse: collapse;
    }

    table.sig tr th, table.sig tr td {
        border: medium double;
        text-align: center;
    }

    .disclaimer {
        font-size: xx-small;
        color: white;
        margin: 1em 0;
        padding: 1em;
        border-style: double none;
        width: 100%;
        }
