/* Reset colors, fonts and borders */

* {
    color: black !important;
    font-family: 'Times New Roman', Times, serif !important;
    text-align: justify !important;
    border-color: black !important;
    overflow: visible !important;
}

a {
    color: blue !important;
}

hr {
    border-color: black !important;
    background-color: black !important;
}


/* Remove unnecessary layout elements and margins/paddings */

body {
    background-image: none !important;
    background-color: white !important;
}

.head-container, .foot-content, .sidebar, .button {
    display: none !important;
}

.content, .main-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

