@import url("styles.css");

.do_not_print {
    display: none;
}

.print {
    display: block;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
}

div.fullpage {
    border: 0px;
}

div.separator, p.separator {
    display: none;
}