body {
    background-color: black;
    color:#fcfbdb;
}

a {
    color:#fcfbdb;
    text-decoration: underline;
}

table {
    border-color: grey;
    border-style: inset;
    padding:2px;
}

td {
     border-color: grey;
    border-style: inset;
    border-width: 1px;
    padding:4px;
}