/* -------------------------------- */
/*	   Reset default HTML styles    */
/* -------------------------------- */

/* Normalizes margin, padding */
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin:0; padding:0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size:100%;
}

/* Normalizes font-style and font-weight to normal*/
em, th, h1, h2, h3, h4, h5, h6
{
	font-style:normal; font-weight:normal;
}

/* Removes link underline */
a:link, a:visited
{
	text-decoration:none;
}

/* Normalizes table behavior */
table
{
	border-collapse:collapse; border-spacing:0;
}

/* Removes border from fieldset and img */
fieldset, img
{
	border:0;
}

/* Hides hr */
hr
{
	display:none;
}

/* Hides skip link */
#skip-to-content{display:none;}


