body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 10pt;
    font-family: monospace;
    background: #000;
    color: #ccc;
}
a:link {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    font-weight:bold;
    color: white;
    background-color: #696969;
}
a:active {
    font-weight:normal;
    color: white;
    background-color: #696969;
}
.small {
    font-size:8px;
    color:#888;
}
a.small:link {
    font-size: 8px;
    color: #888;
}
a.small:visited {
    font-size: 8px;
    color: #777;
}
a.small:hover {
    font-size: 8px;
    font-weight:bold;
    text-decoration: blink;
    color: white;
    background-color: #777;
}
a.small:active {
    font-size: 8px;
    font-weight:normal;
    text-decoration: blink;
    color: white;
    background-color: #777;
}
table.one {
    padding:0px;
    border-spacing:0px 0px;
    border: none;
    border-color:#696969;
    vertical-align: top;
}
td.one {
    padding:10px;
    margin:0px;
}
