html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, figcaption, figure, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
button, fieldset, form, input, label, legend, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: none;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, small {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

ol, ul, li {
	list-style: none;
}

p {
	margin-bottom: 15px;
}

b, strong {
	font-weight: bold;
}

cite, dfn, em, i {
	font-style: italic;
}

ins, mark {
	text-decoration: none;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
	vertical-align: middle;
}

a,
a img.alignleft,
a img.alignright,
.linkbox {
	text-decoration: none;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
	a { color: #990033; }
		a:hover,
		a img.alignleft:hover,
		a img.alignright:hover,
		.linkbox:hover {
			cursor: pointer;
			opacity: .5;
		}

:focus {
	outline: 0;
}

hr {
	display: none;
}