#calendar {
 	font-size: 			13px;
	color: 				#FFFFFF;
	font-weight:			bold;
	text-align:			center;
}

#calendar
A:link { 
	color: 				#FF0000; 
	font-family:			arial, verdana;
	text-decoration: 			underline; 
}

#calendar
A:visited {
	color: 				#FF0000;
	text-decoration: 			underline;
}

#calendar
 A:hover {
	color: 				#FFFF00;
	text-decoration: 			underline;
}

#calendar h1 {
	font-size:			16px;
	font-family:			arial, verdana;
	padding: 				0 0 0 0;
	margin-bottom: 			10px;
	color: 				#FFFFFF;
	letter-spacing:			.2em;
	text-transform: 			uppercase;
	text-decoration: 			underline;
}

#calendarbox { 
	background-color: 			#333333;
	border: 				1.5px solid #691A1B;
	DISPLAY: 			block;
	font-size: 			10px;
	color: 				#FFFFFF;
	width:				740px;
}

#daybox { 
	background-color: 			#333333;
	padding-top:			5px;
	padding-bottom:			5px;
	font-size: 			12px;
	text-align:			right;
	font-weight:			bold;
	color: 				#FFFFFF;
	border: 				1.5px solid #691A1B;
	width:				105px;
}

#showbox { 
	background-color: 			#F1F1F1;
	padding:				3px;
	font-size: 			10px;
	font-family:			arial, verdana;
	color: 				#000000;
	text-align:			center;
	border: 				1.5px solid #691A1B;
	width:				105px;
}

#showbox
A:link { 
	color: 				#0000FF; 
	text-decoration: 			underline;
	font-size: 			11px;
}

#showbox
A:visited {
	color: 				#B80525;
	text-decoration: 			underline;
	font-size: 			11px;
}

#showbox
 A:hover {
	color: 				#FF0000;
	text-decoration: 			none;
	font-size: 			11px;
}
