/* la proprietà line-height definisce l'interlinea */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
    color: rgb(0, 0, 100);

    SCROLLBAR-FACE-COLOR: #2A4DFE; FONT-SIZE: 11px; 
    SCROLLBAR-HIGHLIGHT-COLOR: #33ffff; 
    SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #000000; 
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
    SCROLLBAR-ARROW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR: #6ED5E8; FONT-FAMILY: "Verdana"; 
    SCROLLBAR-DARKSHADOW-COLOR:#000000; 
    SCROLLBAR-BASE-COLOR: #000000;	
	}



h1,h2,h3,h4,h5,h6,p	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
    color: rgb(0, 0, 100);
	}

tr,td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
    color: rgb(0, 0, 100);
	}

li,ul,ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
    color: rgb(0, 0, 100);
	}
	


/* Link attivi al passaggio del mouse */
:link {text-decoration: none;
	color: rgb(0,0,255);
	}
:visited {text-decoration: none;
	color: rgb(0,0,255);
	}
:active {text-decoration: none;
	color: rgb(0,0,255);
	}
:hover {text-decoration: underline; 
	/*text-transform: uppercase;*/
	color: rgb(0,0,255);
	}
