body {
    background-color: #cfcfcf;
    color: black;
    font-size: smaller;
}

h1 {
    margin: 0 auto;
    font-size: larger;
    font-weight: bold;
}

h2 {
    margin: 0 auto;
    font-size: smaller;
    font-weight: bold;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

td.source {
    background-color: #eeeeff;
    color: black;
}

a:link {
    color: #cb9733;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #cb9733;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #cb9733;
    background: transparent;
    text-decoration: underline;
}

img {
    border-style: none;
}
