
body {background-color: black;
    color: darkgray;
}

table {
    border: 1px solid gray;
}

th {
    background-color: #101010;
    text-align: center;
    font-family:'Yanone Kaffeesatz',arial,serif;
    font-size: 20pt;
    font-style: normal;
}

td.published {
    width: 170px;
    color: #887777;
}

td {
    border-bottom: 2pt solid black;
}

td.title {
    column-width: fill-available;
    color: #887777;
}

th.header a:link {
    color: #887777;
}

th.header a:visited {
    color: #887777;
}

a:link {
    color: lightgreen;
}
a:visited {
    color: lightblue;
}
.published {font-family: Menlo;  font-style: italic;  font-size: 14pt;}
.title {font-family: Arial;  font-size: 18pt;}
