html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

A:link	{ 
		background-color: transparent;
		color: #0000AF; 
	    TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
		background-color: transparent;
		color: #405080;
	    TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
		background-color: transparent;
		color: #990033;
	    TEXT-DECORATION: NONE;
}    /* active links */	

H1 {
	font-size : 17px;
	font-family: "Verdana", sans-serif;
	text-align: center;
   color: #555555;
}

H2 {
	font-size : 13px;
	font-family: "Verdana", sans-serif;
	text-align: center;
	color: #555555;
}

#tavola {
	position: absolute;
	width:90px;
	left:0;
	top:0;
}

#regalo {
		position: absolute;
		width: 90px;
		right: 0px;			
		top:0;
    	} 
	
#ordinamento {
		overflow: auto;
		width: 650px; 
		height: 260px;
		padding: 5px; 
    	}

#push {
    height: 100px;
    clear: both;
}

 #indirizzo {
    height: 100px;
    clear: both;
}    

.testogiustificato {
	text-align: justify;
	font-size: 11px;
	font-family:  "Verdana", sans-serif;
	color: #555555;
}

.testomicro{	
	font-size: 8px;
	font-family:  "Verdana", sans-serif;
	border-color: White;
}

.testoextrapiccolo{	
	font-size: 9px;
	font-family:  "Verdana", sans-serif;
	border-color: White;
}

.testopiccolo {
	font-size: 11px;
	font-family:  "Verdana", sans-serif;
	color: #555555;
}

.testomedio {
	font-size: 13px;
	font-family:  "Verdana", sans-serif;
	color: #555555;
}

.testogrande {
	font-size: 17px;
	font-family:  "Verdana", sans-serif;
	color: Black;
}

.testoextragrande{
	font-size: 21px;
	font-family:  "Verdana", sans-serif;
	color: Black;
}

.scroll { 
	overflow: auto;  
	width: 630px; 
	height: 125px; 
	scrollbar-face-color: white; 
	scrollbar-base-color: white; 
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: black;
	background-color: white;
	scrollbar-darkshadow-color: white;
}

