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

/* Header */
h1 {
    color: #99ccff;
    text-decoration: none;
}

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

/* fixed text for 'mscha' */
tt {
    font-family: "Courier New", Courier, fixed;
    font-size: larger;
}
tt a {
    color: #88bbee !important;
    text-decoration: none !important;
}

/* links */

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

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

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

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

/* special styles */

.grayed {
    color: #aaaabb;
}

.active {
    font-weight: bold;
}

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

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