BODY {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    background: #FFFFFF;
    text-align: justify;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5em;
}

a {
    text-decoration: none;
}

table {
    font-size: 11pt;
    border: 0px solid black;
    border-collapse: collapse;
}

th {
    color: #FFFFFF;
    background: #000000;
    padding: 0.5ex;
    padding-right: 2ex;
}

td {
    border: 0px;
    border-top: 0px solid black;
    border-right: 0px solid black;
    padding: 0.5ex;
    padding-right: 2ex;
}

.listitem {
    margin-top: -1em;
}

.programlisting {
    margin: 0pt;
}
