a:link {
	text-decoration: none;
	cursor: hand;
	color: #000000;


}
a:hover {
	text-decoration: underline;
	cursor: hand;
	color: #000000;



}
a:visited {
	text-decoration: none;
	cursor: hand;
	color: #000000;




}
a:active {
	text-decoration: underline;
	cursor: hand;
	color: #000000;



}
