BODY {

background-color: white;

scrollbar-face-color: teal;

scrollbar-shadow-color: darkcyan;

scrollbar-highlight-color: darkturquoise;

scrollbar-3dlight-color: darkcyan;

scrollbar-darkshadow-color: teal;

scrollbar-track-color: paleturquoise;

scrollbar-arrow-color: white;

}

.title

{

color:black;

font-size:14pt;

font-family:arial;

font-weight:normal;

background-color:lightcyan;

}

.comment

{

color:black;

font-size:12pt;

font-family:arial;

font-weight:normal;

background-color:none;

}

.daysbgcolor

{

background-color: teal;

}

.daysfontcolor

{

color:white;

font-size:10pt;

font-family:arial;

font-weight:bold;

}

.fonttime

{

color:black;

font-size:9pt;

font-family:arial;

font-weight:normal;

}

.tablebgcolor

{

background-color:black;

}

.row1

{

background-color:paleturquoise;

}

.row2

{

background-color:lightcyan;

}

A:link	

{

color:teal;

font-size:11pt;

font-family:arial;

font-weight:normal;

text-decoration:none;

cursor:hand;

background-color:none;

}

A:visited	

{

color:teal;

font-size:11pt;

font-family:arial;

font-weight:normal;

text-decoration:none;

cursor:hand;

background-color:white;

}

A:active	

{

color:teal;

font-size:11pt;

font-family:arial;

font-weight:normal;

text-decoration:none;

cursor:hand;

background-color:lightcyan;

}

A:hover	

{

color:white;

font-size:11pt;

font-family:arial;

font-weight:normal;

text-decoration:none;

cursor:hand;

background-color:teal;

}

