
a:focus {outline: none}

a:link {
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
}


a:hover {
	color: #4b4965;
	font-size: inherit;
	text-decoration: underline;
}

a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:visited:hover {
	color: #4b4965;
	font-size: inherit;
	text-decoration: underline;
}
img {
	border-style: none;
}

