

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	background: #aaa;
	font-size: 62.5%;
	color: #333;
}
a{
	color: #2384ac;
}

a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #555;
	font-weight: normal;
}
h1 {
	font: 2.5em/1.6 Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	font: 1.8em/1.4 Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
	font: 1.2em/1.4 Arial, Helvetica, sans-serif;
	
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}

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