/* Default colors and font */
body {
    background-color: black;
    color: #ffeecc;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}

/* Header */
h1 {
    color: #ff8800;
    text-decoration: none;
}
h1 a {
    color: #ff8800 !important;
    text-decoration: none !important;
}

/* table cells */
td.blank {
    border: 0;
}

/* links */

a:link {
    color: #ffee66;
    text-decoration: none;
}

a:visited {
    color: #ffee88;
    text-decoration: none;
}

a:active {
    color: #ffbb66;
    text-decoration: underline;
}

a:hover {
    color: #ffbb66;
    text-decoration: underline;
}

/* special styles */

.grayed {
    color: #aaaaaa;
}

.active {
    font-weight: bold;
}

.daystamp {
    color: #eeffcc;
    font-family: serif;
    font-size: 20pt;
    padding: 40px;
}

.timestamp {
    color: #eeffcc;
    font-family: serif;
    font-size: 20pt;
    padding: 30px;
}
