
body {
	font-family: Century Gothic;
	background-color: #FFFFFF;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 16px 0 0 0; /* top right bottom left */
}

p { /* remove all text margins */
	margin: 0 0 0 0; /* top right bottom left */
}

form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */
