.title{
	font-size: 14pt;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #36454F;
	text-align: center;
}

.james{
        font-size: 10pt;
        color: black;
	text-align: right;
	vertical-align:top;
        font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("james.jpg");
}
.james_holiday{
        font-size: 10pt;
        color: black;
	text-align: right;
	vertical-align:top;
        font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("james_holiday.jpg");
}
.drew{
	font-size: 10pt;
	color: black;
	text-align: right;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("drew.jpg");
}
.drew_holiday{
	font-size: 10pt;
	color: black;
	text-align: right;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("drew_holiday.jpg");
}
.michel{
	font-size: 10pt;
	color: black;
	text-align: right;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("michel.jpg");
}
.michel_holiday{
	font-size: 10pt;
	color: black;
	text-align: right;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	background-image: url("michel_holiday.jpg");
}
.james_today{
        font-size: 20pt;
        color: green;
	text-align: right;
	vertical-align:top;
	background-color: yellow;
        font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	font-weight: bold;
	background-image: url("james.jpg");
}
.drew_today{
	font-size: 20pt;
	color: green;
	text-align: right;
	vertical-align:top;
	background-color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	font-weight: bold;
	background-image: url("drew.jpg");
}
.michel_today{
	font-size: 20pt;
	color: green;
	text-align: right;
	vertical-align:top;
	background-color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	width:100px;
	height:100px;
	font-weight: bold;
	background-image: url("michel.jpg");
}
.work{
	font-size: 8pt;
	color: black;
	text-align: right;
	vertical-align:top;
}
.workot{
	font-size: 8pt;
	color: black;
	background-color: yellow;
	text-align: right;
	vertical-align:top;
}
.firstcolumn{
	float:left;
	width:10%;
}
.secondcolumn{
	float:left;
	width:90%;
}
.datecolumn{
	float:left;
	width:5%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
a:link{
	color:#6666FF;
}
a:visited{
	color:#6699FF;
}
a:hover{
	color:white;
	background-color:#6600FF;
}
th{
	font-size: 10pt;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #36454F;
}
BODY {
      background-color : #36454F;
      bprder-width: 50px;
      font-family : Arial, Helvetica, sans-serif;
      }
