/* CSS Document */

BODY{
	margin-left:4px;margin-right:4px;margin-top:4px;margin-bottom:4px
}

A:Link {
	  TEXT-DECORATION: none; font-weight:bolder; font:Verdana, Arial, Helvetica, sans-serif; 
}

A:Visited {
	TEXT-DECORATION: none; 
}

A:Hover {
	text-decoration:none; font-weight:normal; font:Verdana, Arial, Helvetica, sans-serif; 
	}

.monthpast {
	color:#FFCCCC;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: lighter;
}

.daypast {
	color:#FFE8E8;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: lighter;
}


.monthpresent {
	color:#006600;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: bolder;
}

.daypresent {
	color:#00CC00;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: bolder;
}

.monthfuture {
	color:#000099;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: bold;
}

.dayfuture {
	color:#0099FF;
	font-size: 24px;
	font-family: "Lucida Sans";
	font-style: normal;
	font-weight: bold;
}
