table, body {
    font-face: verdana,sans-serif;
}

table.outer_table {
    width: 100%;
    height: 100%;
    background: #000000;
    background: #e0e0e0;
}

body {
    color: #000000;
    background: #000000;
}

.button {                                                                                            
    background: transparent; background-image: url(button.gif);
    background-repeat: no-repeat;
    background-position: center left;
    border: solid 1px #ffffff;
    color: #000000;
}
input, select {
    font-face: verdana,sans-serif;
    color: #336699;
    background: #eeeeee;
}


a {
    color: #0077aa;
    text-decoration: none;
}

a:visited {
    color: #004477;
}
a:hover {
    /*
    text-decoration: underline;
    */
    background: #0077aa;
    color: #dddddd;
}

