body, form, h1, h2, h3, h4, h5, input, select, textarea, ol, ul, li, p { 
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	}
	
ul {
	list-style-type: none;
	}

body { 
	text-align: center;
	}
	
input, select, textarea { 
	font: inherit;
	}
	
img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
#page { 
	margin:0px auto;
	}
	

