A:link, A:visited
{
text-decoration: none;
color: #6666ff
}

A:hover {
color: orange;
text-decoration: underline
}

.sottolineaTD {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.bordoArancione {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.3verde
{

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#CCFF66;
}