body {
    font-family: times new roman;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    margin-left: 0px;
    margin-top: 0px;
}

img {
    border: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #709e32;
}
a:hover {
    background: #709e32;
    color: #ffffff;
}

td {
    font-size: 15px;
    background-color: #000000;
}

td.line {
    background-color: #709e32;
}

