body
{
	background-color: rgb(255, 255, 255); /*rgb(255, 255, 153)*/
	font-family: garamond, times, serif;
}

p.home
{
   font-size:100%;
   line-height:120%;
}

.leftborder
{
   border-left: 1px solid #CDCABB;
   //border-left: 1px solid color:  rgb(68, 114, 77);
} 

table.calendarlist td {border-style: ridge;border-color: rgb(68, 230, 77)}
table.calendargraphical td {background-color:#ddffdd;}
a:link { color: rgb(68, 114, 77) }  /* for unvisited links */
a:visited { color: rgb(68, 114, 77) } /* for visited links */
a:hover { color: rgb(0,255,0) } /* when mouse is over link */
a.CalendarLink:link { color: red; text-decoration:none; }
a.CalendarLink:visited { color: red; text-decoration:none; }
a.CalendarLink:hover { color: red; text-decoration:none; }
