body {
        background-color: #f7fbf0;
        color: #000000;
}

a {
        color: #400080;
}

a:visited {
        color: #800000;
}

a:hover {
        color: #ff0000;
}

ul {
        list-style-type: none;
}

.header, .footer {
}

.header {
        border-bottom: 2px solid black;
}

.footer {
        border-top: 2px solid black;
}

h1 {
        font-style: italic;
}

.cell_tl_year, .cell_tl_month {
        font-size: x-large;
}

.cell_tl_year {
        background-color: #e0a020;
}


