body  {  	
	margin: 0;  
	padding: 0;  	
	background: #fff; 
	text-align: justify;
	text-decoration: "nome" 
	}    
#container  {  	
	margin: 1em auto; 
	width: 860px;  	
	background: #fff;
	font-family: Arial;
	font-size: 12pt;
	text-align: justify;
	text-decoration: "nome" 
	}    
#header {background: #fff;}  
   
#contents  {  	
	float: left;  	
	width: 440px;  	
	background: #fff;  	
	margin: 0 0 0 20px;
	text-decoration: "nome"  
	}    
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}