body, td, div {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px;
}

A:LINK {
color : Blue;
text-decoration: none
} 

A:VISITED {
color : Purple;
text-decoration: none
} 
A:HOVER {
color : Red;
text-decoration : underline;
} 
A:ACTIVE {
	color : #000000;
	text-decoration: underline
} 

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF
}
.testo a:link { color: #FFED1F; text-decoration: none; font-weight: bold}
.testo a:visited { color: #FFED1F; text-decoration: none; font-weight: bold}
.testo a:hover { color: #FFED1F; text-decoration: underline; font-weight: bold}
.testo a:active { color: #FFED1F; text-decoration: underline; font-weight: bold}

}

.linksemplice {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF
	
}
.testo a:link { color: #FFED1F; text-decoration: none}
.testo a:visited { color: #FFED1F; text-decoration: none}
.testo a:hover { color: #FFED1F; text-decoration: underline}
.testo a:active { color: #FFED1F; text-decoration: underline}
}
