body {
    background: white;
    color: black;
}

* {
    font-family: "times new roman", times, serif;
    text-align: justify;
}

#columnleft {
    display: none;
}

#columnright {
}

a {
    background: white;
    color: black;
    text-decoration: none;
}

th {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dashed black;
    border-right: 1px dashed black;
}

td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dashed black;
    border-right: 1px dashed black;
}

fieldset, legend {
    background: white;
    border: 1px solid black;
}

