body {
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 0;
}

p { /* remove all text margins */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */
