A:LINK {
color : white;
text-decoration: none
} 
A:VISITED {
color : "666666";
text-decoration: blink
} 
A:HOVER {
color : "333333";
text-decoration : underline;
} 
A:ACTIVE {
color : "333333";
text-decoration: underline
} 
.testoform1 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #003366;
}
.testoform3 {
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}
.bottoni {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	border: thin solid #003366;
}


.testoform2 {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-width: 1;
}
a.testoform2:link {
	color:#003366; text-decoration:none;
	}
	a.testoform2:visited {
	color:#003366; text-decoration:none;
	}
	a.testoform2:hover {
	color:#003366;
	text-decoration:underline;
	font-size: 12px;
	}