body {
    color: white;
    background-color: black;
    background-image: url("img/background.gif");
    width: 750px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

a {
    color: white
}

a:hover {
    color: gray;
}

table, th, td {
    border: 2px outset white;
    background-color: black;
    padding: 3px;
}