td#Menu a:link {
	text-decoration: none;
	color: Black;
}
td#Menu a:visited {
	text-decoration: none;
	color: Black;

}
td#Menu a:active {
	text-decoration: none;
	color: #5b6475;
}
td#Menu a:hover {
	text-decoration: none;
	color: #5b6475;
}

a:link {
	text-decoration: none;
	color: #30353e;
}
a:visited {
	text-decoration: none;
	color: #30353e;

}
a:active {
	text-decoration: none;
	color: #5b6475;
}
a:hover {
	text-decoration: none;
	color: #5b6475;
}
