.calendar {
	border: #6363A1 solid 6px;
	border-collapse:collapse;
}

.calendar p {
  	margin:0;
	line-height:normal;
	font-weight:bold;
	}

.calendar td {
	border: #6363A1 solid 2px;
	vertical-align: text-top;
	width: 115px;
}

.calendar a:link {
	color: #9B9ACE;
	text-decoration: none;
	font-weight:bold;
}

.calendar a:visited {
	color: #9B9ACE;
	text-decoration: none;
	font-weight:bold;
}

.calendar a:hover {
	color: #9B9ACE;
	text-decoration: underline;
	font-weight:bold;
}

.calendar a:active {
	color: #FF0000;
}

.calendar_header {
	background-color: #9B9ACE;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
}

.calendar_day {
	height: 85px;
	font-weight:bold;
	font-size:11px;
	color: #6363A1;
}
