body {
	margin: 0px;
	background-image: url(immagini/sfondo_provvisorio.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #000000;
	overflow-y: scroll;
}

font {  
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #000000;
}

td {  
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #000000;
}

.titolo {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 100px;
	color: #002060;
	font-style: italic;
	font-weight: bold;
}

.titolo_grande {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 120px;
	color: #002060;
	font-style: italic;
	font-weight: bold;
}

.titolo_grande_chiaro {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 100px;
	color: #0035A4;
	font-style: italic;
	font-weight: bold;
}

.piccolo {
	font-size: 11px;
}

.medio {
	font-size: 13px;
}

.grande {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 30px;
	color: #002060;
}

.bianco {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
}


a:link {
	font-size: 16px; 
	font-weight: bold; 
	color: #002060; 
	text-decoration: none;
}
a:visited {
	font-size: 16px; 
	font-weight: bold; 
	color: #002060; 
	text-decoration: none;
}
a:hover {
	font-size: 16px; 
	font-weight: bold; 
	color: #0035A4;
	text-decoration: underline;
}

a.link_bianco:link {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.link_bianco:visited {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.link_bianco:hover {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_grande:link {
	font-size: 30px;
	font-weight: normal;
	color: #002060; 
	text-decoration: underline;
}
a.link_grande:visited {
	font-size: 30px; 
	font-weight: normal;
	color: #002060; 
	text-decoration: underline;
}
a.link_grande:hover {
	font-size: 30px; 
	font-weight: normal;
	color: #0035A4;
	text-decoration: underline;
}