html, body, div, ul, li, nav, hr, h1, h2, h3, h4, h5, h6, p, figure
{
	margin: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-padding-start: 0;
	-moz-padding-start: 0
}

ul { padding: 0 }

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner
{
	padding: 0 !important;
	border: 0 none !important;
}

a[name="#"], a[name="_"] { cursor: pointer }

button.anchor:focus
{
	outline: none;
	box-shadow: 0 0 1px 1px #333
}


button.anchor
{
	align-items: normal;
	background-color: rgba(0,0,0,0);
	border-color: rgb(0, 0, 238);
	border-style: none;
	box-sizing: content-box;
	color: rgb(0, 0, 238); 
	cursor: pointer;
	display: inline;
	font: inherit;
	height: auto;
	padding: 0;
	perspective-origin: 0 0;
	text-align: start;
	transform-origin: 0 0;
	width: auto;
	box-shadow: none;
	text-transform: none;
	outline: none;
	line-height: 100%;
	-moz-appearance: none;
	-webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
	-webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none)  /* Mozilla-only */
{
button.anchor::-moz-focus-inner /* reset any predefined properties */ 
{
	border: none;
	padding: 0;
}
button.anchor:focus /* add outline to focus pseudo-class */
{
	outline-style: dotted;
	outline-width: 1px;
}
}

