body {
        background-color: #EEEEEE;
        font-family:Georgia, Times,serif;
	color: #001144;
        
}

#title {
    border-bottom:3px #CCCCCC solid;
}
#footer {
    clear:both;
}

#title h1, #title h3 {
    text-align:center;
}


#menu{
    width: 275px;
    padding: 5px 10px 10px 0px;
    float: left;
    text-align:center;
}

#menu a:hover {
    background-color:#FFCC00;
}

#menu .current {
    font-style:italic;
    font-weight:bold;
}

#menu li {
        list-style-type:none;
	margin: 0 0 5px 0;
	font-size: 12pt;
}

#content{
    max-width:1500px;
    margin-left:295px;
}

#content th {
    background-color:#FFCC00;
}

#content .even {
    background-color: #DDDDDD;
}

td {
    padding: 5px;
    vertical-align: top;
}

.date {
        font-size:18pt;
}

.importantdate {
    color: #FF0000;
}

.dayoff {
    background-color: #D0F7DA;
}

.reading {
    color: rgb(153,0,255);
    font-weight: bold;
}

@media print {
/* Hide everything unneeded */
#menu  {display: none};
@page { margin: 0.5cm; }
body {font-size:10pt;}
#content {margin-left:0px;width:100%;display:clear};
}


