body {
    font-family: Arial, Helvetica, sans-serif;
    color: #efefef;
    background-color: #000000;
}
a:link {
    color: #FFC000;
    text-decoration: none;
}
a:visited {
    color: #99CC00;
}
a:hover {
    color: #FFC000;
    text-decoration: underline;
}
img {
    margin-left: 40px;
}
pre {
    font-size: smaller;
    padding-left: 40px;
}
.bolder {
    font-weight: bolder;
}
a:not([href]) {
    color: inherit;
}

