a {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #197FB0;
}
a:active {
	text-decoration: none;
	color: #197FB0;
}

