table.calendar { 
	margin-left: auto; margin-right: auto; margin-bottom: 1.5em; 
	border-collapse: separate; border-spacing: 0.5em;
	font-size: 1.1em;
}
table.calendar tr { vertical-align: top; }
table.calendar td { }
table.calendar h1 { text-transform: capitalize; font-size: 1.1em; }
table.calendar table { width: 29em; margin-top: 1em; }
table.calendar table td { padding-bottom: 0; padding-top: 0.2em; }
table.calendar tbody { margin-top: 1em; }
table.calendar td.day { width: 1em; padding-left: 0.5em; padding-top: 0.2em; padding-right: 0.4em; font-weight: bold; text-align: right; }
table.calendar td p { padding: 0 0.2em 0.2em 0.2em; margin-right: 0.2em; }
table.calendar div.curmonth { border-color: #026; }
table.calendar div.curmonth h1 {  background-color: #026; color: #fff; border-color: #026; }
table.calendar p.curday { color: #fff; background-color: #026; }
table.calendar p br { margin-bottom: 0.2em; }

/* LINKS */
table.calendar a { text-decoration: none; color: #369; }
table.calendar a:visited { color #4e64ba; }
table.calendar a:hover { text-decoration: underline; color #4e64ba; }
table.calendar p.curday a { color: #b9cae5; }
table.calendar a:visited { color #b9cae5; }


