

.a {
	font: 10px Verdana, Tahoma,Verdana,Arial;
	color : #000000;
}
	.a:link {
		text-decoration: none;
	}
	.a:active {
		text-decoration: none;

	}
	.a:visited {
		text-decoration: none;
	}
	.a:hover {
		color: #4873B7;
		text-decoration: none;
	}