@charset "utf-8";
.stretch {
	letter-spacing: 5px;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
.stretchCopy {
	letter-spacing: 4px;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
.navigation {
	color:#FFFFFF;
	font-family: "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.navigation:hover {
	color:#004080;
	font-family: "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	background-color: #DFECFF;
}
