.menu {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
}
.menu:hover {
	font-family: "Arial Narrow";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 15px;
}
.text {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.headline {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #003399;
	text-decoration: none;
	font-weight: bolder;
}
.textlink {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.textlink:hover {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #003399;
	text-decoration: underline;
}
.headlinelink {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #003399;
	text-decoration: underline;
	font-weight: bolder;
}
.headlinelink:hover {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #333333;
	text-decoration: underline;
	font-weight: bolder;
}

