.hover {
	
	color: #005C96;
	text-decoration: none;

}
a:link {
	
	color: #005C96;
	text-decoration: none;

}
a:visited {
	
	color: #6D3793;
	text-decoration: none;

}
a:hover {
	
	color: #000000;
	text-decoration: underline;
}
