/*///// CSS Reset by Andy Jones /////*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
blockquote, a, a img, font, img, b, strong, dd, dl, dt,
li, ol, ul, fieldset, form, label, legend, table, caption,
tr, th, td, thead, tbody, tfoot, sub, sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

strong{font-weight: bold;}