
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2; /* lt grey */
	font-size: 100%;
	font-weight: normal; 
	margin-left: 0;
	margin-right: 0;
	margin-top: 10;
	margin-bottom: 0;
}

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

form { display:inline; }  /* removes spacing after forms and sit inline */
