.stylesheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.submenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: be0000;
	text-decoration: none;
}
a:visited {
	color: 252d71;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
a:active {
	color: 252d71;
	text-decoration: none;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: 252d71;
	text-decoration: underline;
}

