@charset "utf-8";
/* Used in the almanack page */

.year {
	font-weight: bold;
	color: #630;
	padding: 2px;
	border-top: 1px solid #630;
	border-right: 1px none #630;
	border-bottom: 1px solid #630;
	border-left: 1px none #630;
	text-align: center;
	margin-top: 2em;
}
.dates {
	font-weight: bold;
	color: #630;
	margin-top: 2em;
	margin-bottom: -0.5em;
	font-size: medium;
}
.chapters {
	color: #963;
	font-weight: bold;
	margin-bottom: -0.8em;
}
.ages {	font-style: italic;
	color: #963;
	margin-top: 0.5em;
}

/* ######################## CHANGES FOR PRINT ######################## */
@media only print {

.year {
	color: #000;
	border-top: 1px solid #000;
	border-right: 1px none #000;
	border-bottom: 1px solid #000;
	border-left: 1px none #000;
}
.dates {
	color: #000;
}
.chapters {
	color: #000;
}
.ages {	
	color: #000;
}

}
