/* Sets white background, basic fonts  	
	If there are three or fewer style declarations, please put on a single line. */
	
body {
background: #fff; 
border: 1px; 
color: #000; 
font: normal normal 12px/1.5  Georgia, Times New Roman, Times, serif; 
margin: 1em;  
padding: 0; 
width: 600px;
}
	
	/*
#container {
	background-color: #fff;
	border: 0px solid #000;
	width: 625px;
	margin: 0 auto;
	padding: 1em;
	position: relative;
	text-align: left;	
}

*/
