a:link {
    color: white;
}
a:visited {
    color: #fdfab7;
}
a:hover {
    color: #888888;
}
a:active,
a:focus {
    color: #cccccc;
}
body {
    color: black;
    background-color: #ffbf84;
    margin: 0;
}

.page-title {
    font-family: Tahoma;
    color: #fdfab7;
    font-size: xx-large;
    font-weight: bold;
}

.headline {
    font-family: Tahoma;
    font-size: x-large;
    font-weight: bold;
}

.side-menu-entry {
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
}

.copyright {
    font-family: Tahoma;
    font-size: x-small;
}

.form-label {
    font-family: Tahoma;
    font-size: x-small;
    font-weight: bold;
    display: inline;
}

.date-dropdown {
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Tahoma;
}

.footer-link {
    font-size: x-small;
    font-family: Tahoma;
    font-weight: bold;
}
