body
{
	background: #ddc;
	color: #333;
	cursor: default;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

caption
{
	border-top: #c96 5px solid;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:600;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

/* table
{
	border-bottom: 3px solid #9c6;
	border-right: 1px solid #ccb;
	margin: 0 auto;
} */


 td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	/*width: 100px;*/
} 
/*
tr.day
{
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #665;
	font-size: 9px;
	height: 20px;
}

tr.number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

tr.week
{
	background: #998;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
*/