 
body {
    background-color: rgb(32, 33, 36);
    color: rgb(191, 193, 197);
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

a:link {
    color: rgb(147, 179, 242);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(189, 140, 242);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.cmr-17x-x-120{font-size:170%;}
.cmr-12x-x-120{font-size:120%;}
p{margin-top:0;margin-bottom:0}
p + p{margin-top:1em;}
p + div {margin-top:1em;}
div + p {margin-top:1em;}
h3 {margin-top:2em; margin-bottom:0.5em}
h4 {margin-bottom:0.5em}

div.bottomlinks {
    text-align: center;
    position: relative;
    bottom: 10px;
}

div.maketitle {
    margin-bottom: 2em;
    text-align: center;
}

div.author {
    white-space: nowrap;
}
