.jltxt {
	font-family: "Gill Sans MT";
	font-size: 1em;
	color: #333333;
	
	padding: 5px;
}
.h1 {
	font-family: "Gill Sans MT";
	font-size: 1.2em;
	color: #333333;
	background-color: #ffffff;
	padding: 5px;
	font-weight: bold;
}
.navtxt {
	font-family: "Gill Sans MT";
	font-size: 1em;
	font-align: center;
	color: #ffffff;
	padding: 5px;
	background-color: #5a0b63;
	text-align: center;
	font-weight: bold;
}

.foottxt {
	font-family: "Gill Sans MT";
	font-size: 0.9em;
	font-align: center;
	color: #ffffff;
	padding: 5px;
	background-color: #5a0b63;
	text-align: center;
}
.sltxt {
	font-family: "Gill Sans MT";
	font-size: 0.9em;
	color: #ffffff;
	background-color: #5a0b63;
	padding: 5px;
	text-align: center;
}

a:link {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #ffffff;}
a:active {color: #5a0b63; text-decoration: underline;}


