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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0px;
	background:#ffffff;
	color:#000000;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	color: #323232;
	outline: 0;
	text-decoration:underline;
}
a:visited {
	color:#323232;
}
a:hover {
	color:#323232;
	text-decoration:none;
}
a img {
	border:0;
}
.clear {
	clear: both;
}
a img {
	border: 0px;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 16px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}



/* `Forms
----------------------------------------------------------------------------------------------------*/

input, textarea {
	display:inline;
	margin-bottom: 0px;
}

/* `HTML 5 Fix
----------------------------------------------------------------------------------------------------*/

header, footer, aside, nav, article, section {  
	display: block; 
}
