.bar {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #3F4C7B;
	font-weight: bold;
	letter-spacing: 8px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181E31;
	font-weight: bold;
}
.pagetitles {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #2E385C;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B9C0CC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #191D22;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CADEF1;
	text-decoration: none;
}
a:hover {
	color: #2E385C;
	text-decoration: none;
	background-color: #FFFFFF;
}

