/*Body Structure fred brunet CSS UFG_Body_css.css*/
	*
	{
	text-align: left; 
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

	body 
	{
	border: solid white 0px;
	color: 	#000; 
	background: #43105D;  
	max-height: 806px; max-width: 1008px;
	}
	#container 
	{
	border: solid red 0px;
	max-height: 600px;
	margin: 0;
	padding: 0;
	}
