.nav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;

.leadingCopy {
	line-height: 120%;
}

