h1 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:18px
}
h2 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:14px
}
.buttons {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
.buttons a:link{
color:#000000; 
text-decoration: none; 
cursor: hand;
}
.buttons a:visited{
color:#000000; 
text-decoration: none; 
cursor: hand;
}
.buttons a:hover{
text-decoration:underline;
}
/* day with event */
.event_cls {
background-color: #000000;
color:#FF0000; 
font-weight: bold; 
text-decoration: none; 
cursor: hand;
}
/* day of week top row */
.event_head{
background-color: #ffffff;
font-weight:bold;
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
}
/* arrows */
.event_link {
TEXT-DECORATION: none; 
color:#000000;
}
/* everything else */
.event_col{
background-color:#ffffff;
color:#000000;
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
height:25px}
/* Rollover stuff */
#dhtmltooltip{
position: absolute;
/*width: 150px;*/
border: 1px outset black;
padding: 2px;
background-color: #FFFFEE;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
