/* Foglio di stile "screen" per la realizzazione del sito di presentazione */
html, body{
   background: #FFFFFF;
   padding: 0;
}

.t1 {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 16px;
	color: #FF6600;
}

.t2 {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 14px;
	color: #FF6600;
}

.t3 {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 12px;
	color: #808080;
}

.te {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 12px;
	color: #808080;
}

A.te {font-size: 12px; color:#808080; text-decoration: none;}
A.te:visited {font-size: 12px; color:#808080; text-decoration: none;}
A.te:active {font-size: 12px; color:#FF0099; text-decoration: none;}
A.te:hover {font-size: 12px; color:#FF0099; text-decoration: none;}

.menu {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 12px;
	color: #FF6600;
}

A.menu {font-size: 12px; color:#FF6600; text-decoration: none;}
A.menu:visited {font-size: 12px; color:#FF6600; text-decoration: none;}
A.menu:active {font-size: 12px; color:#FF0099; text-decoration: none;}
A.menu:hover {font-size: 12px; color:#FF0099; text-decoration: none;}

.tv {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 12px;
	color: #FF6600;
}
.footer {
	font-family: Verdana, Arial, "trebuchet ms", tahoma;
	font-size: 10px;
	color: #808080;
}
A.footer {font-size: 10px; color:#808080; text-decoration: none;}
A.footer:visited {font-size: 10px; color:#808080; text-decoration: none;}
A.footer:active {font-size: 10px; color:#FF0099; text-decoration: none;}
A.footer:hover {font-size: 10px; color:#FF0099; text-decoration: none;}
