<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin-left: 170px;
    margin-top: 170px;
    background: #ffffff url(trees.jpg) no-repeat top left;
    font-family: arial, verdana, sans-serif;
    width: 550px;
}
/*
#container {
    position: absolute;
    width: 600px;
    background: #f5e784;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin-left: -300px;
    left: 50%;
}
*/

#stack {
    width: 500px;
    border-left: solid 4px #000;
    border-right: solid 4px #000;
    border-bottom: solid 4px #000;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.title {
    font-size: large;
}

.date {
    font-size: small;
}

.pubDate {
    display: none;
}


.month_project {
    height: 30px;
    padding-left: 140px;
    background: url(monthbar.png) no-repeat center left;
}

.week_project {
    height: 30px;
    padding-left: 140px;
    background: url(weekbar.png) no-repeat center left;
}

.week_project_done {
	display: none;
}

.stats { display: none; }

#jsched
{
border: 2px solid red;
padding-left: 15px;
padding-right: 15px;
}

#pageHeader
{
    font-size: 24px;
}

</pre></body></html>