#sidebar {
    display: none;
}

.foot {
    display: none;
}

#content {
    text-align: left;
}

#content #irrepressible {
    display: none;
}

#content ul {
    list-style: none;
    padding: 0;
    margin-left: 1em;
    text-align: left;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 1em 0px 0px;
}

body {
    font-family: serif;
    font-style: normal;
}

.onecolumn table {
    width: 43%;
    border: solid;
    border-color: #000;
    border-width: thin;
    margin-left: 7%;
}

.twocolumn table {
    width: 86%;
    border: solid;
    border-color: #000;
    border-width: thin;
    margin-left: 7%;
}

td {
    border: solid;
    border-width: thin;
}
