body
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 { margin: 0; }

form { margin: 0; padding: 0; }
a img { border: 0; }

/****************************************************************
 * List Resetter
 * ==============================================================
 * All browsers have different default styles for list elements,
 * the following styles reset the margins and padding to give
 * consistent appearances of lists across browsers.
 ***************************************************************/
ul,ol
{
	font-weight: 400; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10pt;
	color: #533400;
}

