/* CSS Document */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:14px;
  margin: 0px;
  padding: 0px;
  /*background: #e5ff80;*/
  
}

.forms #container { 
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: justify; /* this overrides the text-align: center on the body element. */
	/*background: #e5ff80;*/
}
