td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Misure del testo */

.sml {
	font-size: 10px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 20px;
}

/* Testo rosso */

.nml_red {
	font-size: 12px;
	color:#CC3300}
	
.big_red {
	font-size: 16px;
	color:#CC3300}

.xbig_red {
	font-size: 20px;
	color:#CC3300}

/* Testo blu */
	
.nml_blu {
	font-size: 12px;
	color:#0000CC}

.big_blu {
	font-size: 16px;
	color:#0000CC}

.xbig_blu {
	font-size: 20px;
	color:#0000CC}

/* Link nero, sottolineato, rosso */

a.aa:link { color: #000000; text-decoration: none}
a.aa:visited { color: #000000; text-decoration: none}
a.aa:hover { color: #000000; text-decoration: underline}
a.aa:active { color: #FF0000; text-decoration: underline}

/* Link granata sottolineato, niente, rosso */

a.bb:link { color: #CC3300; text-decoration: underline}
a.bb:visited { color: #CC3300; text-decoration: underline}
a.bb:hover { color: #CC3300; text-decoration: none}
a.bb:active { color: #FF0000; text-decoration: underline}

/* Link blu, sottolineato, rosso*/

a.cc:link { color: #0000CC; text-decoration: underline}
a.cc:visited { color: #0000CC; text-decoration: underline}
a.cc:hover { color: #0000CC; text-decoration: none}
a.cc:active { color: #FF0000; text-decoration: underline}