/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin : 0;
	}

/* TEXT FORMATTING */
	
.copy
	{ 
	color : #322822; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	line-height : 18px;
	font-weight : normal; 
	text-decoration : none; 
	}
