body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
}

.km {		
	font-style: oblique;
}

.past {
	font-style: oblique;
}
  
.odd.past {
	background-color: darkgray;
	color: lightgray;
}
.even.past {
  	background-color: lightgray;
  	color: darkgray;
}

.odd.future {
	background-color: darkgray;
	color: lightgray;
}

.even.future {
	background-color: lightgray;
	color: lightgray;
}

.header {		
	background-color: black;
	color: white;
	font-style: oblique;
}

.dow {	  
	border: solid 1px black;
    background-color: white;
    color: blue;
}

.current {
	background-color: darkblue;
	color: white;
	font-style: oblique;
}

.vacation,  .sick, .rest {		
  color: gray;
  font-style: normal;
  font-size: 8pt;
}
