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