a { /* month's bgcolor, -3 at each position, bold, underline */
	font-style: normal;
	text-decoration : underline;
	font-weight : bold;
	color: #993399;
}

a:Visited {  /* #666666 grey, bold, underline */
	font-style: normal;
	text-decoration : none;
	font-weight : bold;
	color: #666666;
}

a:Active {  /* month's bgcolor, -6 at each position, bold, no underline */
	font-style: normal;
	text-decoration : none;
	font-weight : bold;
	color: #660066;
}

a:Hover { /* month's bgcolor, -6 at each position, bold, no underline */
	font-style: normal;
	text-decoration : none;
	font-weight : bold;
	color: #660066;
}
