html, body, ul, ol {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial;
	color: #333;
	font-size: 16px;
}

ul, ol {
	list-style: none;
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 16px 0;
	line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1rem; }
h5 { font-size: .875rem; }
h6 { font-size: .75rem; }