/* Print style sheet for DSpace  */
body, a {
    color: black;
    background: white;
    }

a {
    text-decoration: none;
    }

.miscTable, .navigationBar, .sidebar, .font-changer, .notprintable {
    display:none;
    }

