body {
    background: white;
    color: black;
}

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

#columnleft, input, select, textarea, button {
    display: none;
}

#columnright {
}

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

th, td {
    text-align: left;
    vertical-align: top;
}

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