
    a:link {color: white;}
    a:visited {color: red;}
    a:hover {color: white;}
    a:active {color: white;}
    a {
        font-size: smaller;
        text-decoration: none;
        color: white;
        cursor: pointer
    }

    a.gallery {
        font-size: small;
        text-decoration: underline;
        color: white;
        cursor: pointer
    }

    body {
        color: white;
        background-color: black;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif
    }

    table {
        background: black;
        border: 0;
        border-color: #000000
    }

    img {
        border: 0px
    }
