body
{
	margin: 0;
	padding: 0;
	font-family: "Californian FB", Verdana, sans-serif;
	background-color: #434b49;
}
a.event:link        /* Event link (normal) layout */
{
        color: #4992dc;
        text-decoration: none;
}
a.event:visited        /* Visited event link layout.  Same as normal. */
{
        color: #4992dc;
        text-decoration: none;
}
a.event:hover        /* Layout for while hovering above the event link */
{
        color: #4992dc;
        text-decoration: underline;
}
a.event:active        /* Layout for while the event link is being pressed */
{
        color: #0000FF;
        text-decoration: underline;
}
.DayCells
{
	width: 40px;
	vertical-align: middle;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
}
.IllegalDateCells
{
	width: 40px;
	height: 40px;
	background-color: #c1c1c1;
}
.LegalDateCells
{
	background-color: #d4d4d4;
	width: 40px;
	height: 40px;
	text-align: right;
	vertical-align: top;
	padding-right: 2px;
	font-size: 85%;
}
.MonthTitleCell
{
	height: 40px;
	text-align: center;
	background-color: #d4d4d4;
	border-style: solid;
	border-color: #8a8a8a;
	font-size: 100%;
}

