@import url("resume.css");

@page {
    margin: 0.75in;
}

#main-frame {
    width: auto;
    margin: 0em;
}

#left-column {
    display: none;
}

#center-column { 
    width: auto;
    margin: 0em;
}

#main-box { 
    border: 0px;
    margin: 0em;
    background: white;
    color: black;
    font-family: "Book Antiqua", serif;
}

.box-content {
    margin: 0em;
}

a { text-decoration: underline; }
.entry { page-break-inside: avoid; }