/* Print style sheet for DSpace  */
body, a {
    color: black;
    background: white;
}
a {
    text-decoration: none;
}
.navigationBar, .sidebar {
    display:none;
}
#middlePH, #rightPH {
        display:none;
}

