@charset "utf-8";

body {
	font-size: 11px;
	font-family: Tahoma,
				"Espy Sans",
				 Helvetica,
				 Arial,  
				 sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	background-color: transparent;
	}

a,
a:link,
a:visited {
	color: #555;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #555;
	}

.calendar {
	text-align: right;
	line-height: 140%;
	margin: 2px 0;
	padding: 2px 0;
	}

.calendar span {
	padding: 2px;
	}

span.calendarHead {
	color:#550;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.2em;
	display: block;
	margin: 0;
	padding: 2px 0;
	}

.today {
	border-width: 0 1px;
	border-style: solid;
	border-color: #c3c;
	} 

.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e52;
	}

.saturday,
.saturday a:link,
.saturday a:visited {
	color: #26e;
	}

.tholiday {
	color: #e52;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ed4;
	}

.tholiday a:link,
.tholiday a:visited {
	color: #e52;
	}

.tsaturday {
	color: #26e;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ed4;
	}

.tsaturday a:link,
.tsaturday a:visited {
	color: #26e;
	}

