.navigation a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #CACDD0;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #CACDD0;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	font-family: "Courier New", Courier, mono;
	color: #fa8120;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

