body {
    background: black;
    font-family: lucida grande, trebuchet, verdana;
    font-size: 12px;
    min-width: 600px;
    border: 0px;
    margin: 0px;
}


.Links A, .Download A {
    padding: 2px;
    text-decoration: none;
}
.Links A:hover, .Download A:hover {
    color: black;
    background-color: white;
}
.Links A:active, .Download A:active {
    background-color: lightblue;
}


.Download {
    font-size: 13px;
    float: left;
}
.Download A {
    color: white;
    padding: 5px;
    padding-left: 20px;
    background: url(Download13.png) no-repeat 4px 60%;
}
.Download A:hover {
    background: url(Download13Black.png) no-repeat 4px 60%;
    color: black;
    background-color: white;
}
.Download A:active {
    background-color: lightblue;
}


.Links {
    color: #333;
    font-size: 10px;
}
.Links A {
    color: #777;
    font-size: 11px;
}