/*--------RESET-----*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, code,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

/*----------------------------------------------*/

	html{
		padding:0;
		margin:0;
		height:100%;
	}

	body {
		margin:0 !important;
		padding:10px 20px;
		width:auto;
		min-width:320px;
		color:#111;
		line-height: 1.7;
	}

	h1{
		font-size:2em;
	}

	h2{
		font-size:1.6em;
		margin-top:1em;
	}
	
	h4{
		font-size:1.1em;
		font-weight:bold;
	}

	p{
		margin:0.7em;	
	}

	ul{
		margin:0 0 0 40px;
	}
	
	li{
		margin-bottom:0.5em;
	}

	


