* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, Tahoma, Verdana;
}

body {
	font-size: 100%;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

a, a:visited {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

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