a:active, a:focus {outline: none;}

a:link 
{
	color: #015596;
	text-decoration: none;
}
a:visited 
{
	color: #015596;
	text-decoration: none;
}
a:hover 
{
	color: #015596;
	text-decoration: none;
}
a:active 
{
	color: #015596;
	text-decoration: none;
}

a img {
    opacity: 0.6;
}
a:hover img {
    opacity: 1;
}