html, body {
    background-color: white;
}

body {
    height: 100%;
    color: black;
    font-size: 12pt;
    font-family: Arial, sans-serif;
}

td, pre { /* undo effects of editor_content.css */
    font-size: 100%;
    font-family: Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;
}
