.calendar {width: 500px;}
.calendar table{width: 500px;}
.calendar th{
 	text-align: right;
 	border-bottom:dashed 1px #666;
	width: 40px;
	font-weight: bold;
	}

.calendar th p{
	font-weight: bold;
	padding:3px 0px 3px 0px;
	}
	
 .calendar td{
 	text-align: left;
 	border-bottom:dashed 1px #666;
	width: 460px;
	padding:3px 0px 3px 10px;
	}