body {
    font-family: sans-serif;
}

table {
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 5px;
    border: 1px solid #000000;
}

a {
    color: inherit;
}

th {
    background: #ffffcc;
    color: #000;
}

.missing {
    background: #ffcccc;
}

.testing {
    background: #cccccc;
}

.current {
    color: #009999;
}

.outdated {
    color: #ff0000;
}

