@charset "UTF-8";
/* this file also sets html5 defaults */

/* reset browser defaults */

html,
body,
table,
header,
section,
article,
hgroup,
footer,
nav,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
menu,
thead,
tbody,
tfoot,
tr,
th,
td,
img,
form,
a,
a img,
object
{
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
}
header,
footer,
nav,
article,
section,
hgroup,
menu
{
	display: block;
}
form
{
	display: inline;
}
table
{
	border-spacing: 0;
}
ul,
ol
{
	list-style-position: inside;
}
*[hidden]  /* html5 hidden boolean attribute */
{
	display: none !important;
}
