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: none;
}

body { 
	text-align: center;
	}

	
input, select, textarea { 
	font-size: inherit;
	}
	
img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
#page { 
	margin: 0px auto;
	}
	
a:link, a:visited { 
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	}
	
#content ul, #content ol { 
	margin: 1.12em 2em;
}

#content ul { 
	list-style: disc;
}