a.footer:link {
	text-decoration: none;
	color: #999;
}
a.footer:visited {
	text-decoration: none;
	color: #999;
}
a.footer:hover {
	text-decoration: none;
	color: #FFF;
}
a.footer:active {
	text-decoration: none;
	color: #999;
}
a.copyright:link {
	text-decoration: none;
	color: #433D3F;
}
a.copyright:visited {
	text-decoration: none;
	color: #433D3F;
}
a.copyright:hover {
	text-decoration: none;
	color: #B4B5B8;
}
a.copyright:active {
	text-decoration: none;
	color: #433D3F;
}
a.menu:link {
	text-decoration: none;
	font-size: 13px;
	color: #262324;
}
a.menu:visited {
	text-decoration: none;
	font-size: 13px;
	color: #262324;
}
a.menu:hover {
	text-decoration: none;
	font-size: 13px;
	color: #262324;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	font-size: 13px;
	color: #262324;
}
a:link {
	text-decoration: none;
	color: #262324;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #262324;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #262324;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #262324;
	font-weight: bold;
}
