table,tr,th,td {
	font-size: 10pt;
}
a.year:link
{
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
}
a.year:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.year:hover
{
	font-weight: bold;
	text-decoration: underline;
}
a.year:active
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.day:link
{
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
}
a.day:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.day:hover
{
	font-weight: bold;
	text-decoration: underline;
}
a.day:active
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

table.month
{
	text-align: center;
}

th.month
{
	background-color: #FFFFFF;
}

td.monday
{
	background-color: #EFEFEF;
}
td.tuesday
{
	background-color: #EFEFEF;
}
td.wednesday
{
	background-color: #EFEFEF;
}
td.tdursday
{
	background-color: #EFEFEF;
}
td.friday
{
	background-color: #EFEFEF;
}
td.saturday
{
	background-color: #EFEFEF;
}

td.sunday
{
	background-color: #FFC4C4;
}

th.monday
{
	background-color: #CCCCCC;
}
th.tuesday
{
	background-color: #CCCCCC;
}
th.wednesday
{
	background-color: #CCCCCC;
}
th.thursday
{
	background-color: #CCCCCC;
}

th.friday
{
	background-color: #CCCCCC;
}
th.saturday
{
	background-color: #CCCCCC;
}
th.sunday
{
	color: #FFFFFF;
	background-color: #CC0033;
}