/* CSS Document */
A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ff9900;
	text-decoration: underline;
}
	
.testo {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
	
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC00CC;
}
.uppercase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #660066;
	font-weight: bold;
}
.select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: Blue;
	background-color: Silver;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #B22222;
	text-decoration: none;
}
.linkmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ff9900;
}
.pie_di_pagina {
font-family: Times New Roman, Georgia, Times, serif;
font-size:14px;
font-weight: 300;
color:#000033;
}

.elenco {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.linkimmagini {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #900090;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;	
}

.anteprima {
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: Gray;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}
