/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	scroll-behavior: smooth;
}

table, tr, th, td, tbody, tfoot, thead {
	vertical-align: top; /* for browsers math problem with rounding */
}

input, select, button {
	margin: 0;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: rgba(207,167,72,.9);
}
a:hover, a:focus {
	color: #FB0;
}
img {
	display: block;
	border: none;
}

address {
	font-style: normal;
}

input:focus, textarea:focus {
    outline: none;
}

body, input, select, button, textarea {
	font: 12px/1.333 Arial, Helvetica, sans-serif; /* line-height: 16px */
	color: #333;
}
