.link-bianco:link {
	color: #FFFFFF; 
	text-decoration: none;
}
.link-bianco:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link-bianco:hover {
	color: #FFFFFFF;
	text-decoration: underline;
}
.link-grigio:link {
	color: #666666; 
	text-decoration: underline;
}
.link-grigio:visited {
	color: #666666;
	text-decoration: underline;
}
.link-grigio:hover {
	color: #666666;
	text-decoration: underline;
}
.link-rosso:link {
	color: #E6001C; 
	text-decoration: underline;
}
.link-rosso:visited {
	color: #E6001C;
	text-decoration: underline;
}
.link-rosso:hover {
	color: #E6001C;
	text-decoration: underline;
}


.main {
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 20px;
}
.voce-menu {
	background-color: #E6001C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F06677;
	border-bottom-color: #F06677;
	font-family:Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.voce-menu2 {
	background-color: #E6001C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F06677;
	font-family:Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.voce-login {
	font-family:Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
.testo {
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
}
