/* style reset */

* {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: sans-serif;
	
  }
  
h1, h2, h3, h4, h5, p, address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  }  
