html
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 100%;
}
body
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 100%;
    background-color: #000000;
    color: #D0D0D0;
    font-family: Verdana, Arial, Microsoft Sans Serif, Sans-Serif;
}
a
{
    color: #FFFF00;
}
a:hover
{
    color: #FFFFFF;
}
table#L_0 /* background table */
{
    width: 100%;
    height: 100%;
}
td.L_1 /* spacer cells */
{
    width: 50%;
}
table#L_2 /* view table */
{
    width: 700px; /* = FRAME_WIDTH */
    height: 600px; /* = FRAME_HEIGHT */
    border-collapse: collapse;
    font-size: 0.7em;
}
div.L_3 /* view div */
{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}
td#L_4 /* footer cell */
{
    padding: 0px;
    height: 15px; /* = FOOTER_HEIGHT */
    text-align: center;
    font-size: 0.85em;
    color: #808080;
}

