a:link {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-weight: bold;



}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
