#mainContent {
	font-family:'CelestiaAntiquaStdRegular', serif;
}
#mainContent em {
	font-family:'CelestiaAntiquaStdItalic', serif;
    font-weight:normal;
    font-style:normal;
}
#mainContent strong {
	font-family:'CelestiaAntiquaStdSemibold', serif;
    font-weight:normal;
    font-style:normal;
}

/* Table Formatting */
table {
	border-top:.2em solid #C32148;
	border-bottom:.2em solid #C32148;
}
.alt {
	background:#EFADBC;
}

/* Miscellaneous */
h2 {
	font-family:'PterraRegular', serif;
	color:#C32148;
	font-size:1.3em;
	font-weight:bold;
}
a {
	color:#C32148;
}
a:hover {
	color:#EF728F;
}
#headernav a:visited {
	color:#C32148;
}