/* @group links & general */

a:focus {outline: none}

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


a:hover {
	color: #0087d4;
	font-size: inherit;
	text-decoration: underline;
}

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

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

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    -webkit-text-size-adjust:none;  
 } 


/* @end */
