a {
    text-decoration: underline;
}

a,
a:visited {
	color: #111;
}

a:hover,
a:focus,
a:active {
	color: #0073AA;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*increase contrast*/
.edit-post-visual-editor p.wp-block-subhead {
	color: #111;
	opacity: 1;
}