	<STYLE type="text/css">
	
		html, body{
		margin:0;
		padding:0;
		}
		
		body {
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color:#f1e9e5;
		color:#371518;
		} 
				
		.colonna{	
		width: 100%;
		height:95%;
		margin-top: 4%;
		margin-left:auto;
		margin-right:auto;		
		overflow:hidden;
		text-align:center;
		}			
		
			
		.foot{
		position:absolute;
		bottom:0;
		height:20px;
		overflow:hidden;
		}	
		
		h1{
		font-size:16px;
        padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
        } 
			
		h2{
		font-size:11px;
        padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
        } 
					
		
		
		a:link { text-decoration: none; color:black; }
		a:active { text-decoration: none; color:black; }
		a:visited { text-decoration: none; color: black; }
		a:hover { text-decoration: none; color: white; background-color:#00000; }
		a img { border: none;} 
      	
   
	</STYLE>