/*body {margin: 0px;
font-size: 12px; font-family: Arial;
overflow: visible;}*/
.date {
	color: red;
}
.activity {
	color: blue;
}	
.calendarHeader { 
    font-weight: bolder; 
    color: #CC0000; 
   /* background-color: #FFFFCC; 
    background-color: gray;*/
    font-size: 12px;
}
.calendarHeader a:link, .calendarHeader a:visited {
	text-decoration: none;
}
.calendarHeader a:hover {
	color: #EFF3A7;
	text-decoration: none;
	border-bottom: medium dotted #EFF3A7;
	font-weight: bold;
}

.calendarToday { 
   background-color: blue;
	color: white;
	font-weight: bold;
}

.calendar { 
	border: 1px solid #D8D8D8;
}

.calendar a:visited, .calendar a:link {
	color: black;
	background-color: yellow;
}

.textcenter {
    text-align: center;
}
.nomargin {
	margin: 0px;
}
.event{
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5em;
	text-align:left;
	color: black;
}

