a {
	color: #3c3b3b; text-decoration: none;
}
a:active {
	color: #3c3b3b;
}
a:visited {
	color: #3c3b3b;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
