.navigation {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}
.navigation:hover {
	color: White;
	font-size: 10pt;
	font-weight: normal;
	background: #996633;
	text-decoration: none;
}
.header {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.subcats{
	color: #3D180B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}
.subcats:hover {
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	background: #E6D3B8;
	text-decoration: none;
}
.footer {
	color: #8EA3F0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.sfnt {
	color: #8E5A33; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
	text-decoration: none;
}
.sfnt:hover {
	color: #8E5A33; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
	text-decoration: underline;
}