body {
    font-family: Arial, sans-serif;
    background-color: white;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0;
    padding-bottom: 0;
}

#container {
    background-color: white;
    border: 0;
}

#summary {
    background-color: white;
    border-color: black;
}

#linkToSelf {
    display: block;
    text-align: center;
}

#printVersion {
    display: none;
}