/* 
	font-family: 'Barlow', sans-serif;
	font-family: 'Roboto Mono', monospace;
	font-family: 'Alata', sans-serif;
*/



.txtBarlow {
		font-family: 'Barlow', sans-serif;
}

.txtBarlowBianco {
		font-family: 'Barlow', sans-serif;
		color: #ffffff;
}

.txtBarlowAzzurro {
		font-family: 'Barlow', sans-serif;
		color: #2ca1d7;
}

.txtBarlow100 {
		font-family: 'Barlow', sans-serif;
		font-weight: 100;
}

.txtBarlow600 {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
}

.txtRobotoMono {
		font-family: 'Roboto Mono', monospace;
}

.txtAlata {
		font-family: 'Alata', sans-serif;
}











.link-blu {

}

a.link-blu:link {
		color: #1f3684;
		text-decoration: none;
}

a.link-blu:visited {
		color: #1f3684;
		text-decoration: none;
}

a.link-blu:hover {
		color: #333333;
		text-decoration: none;
}





a.link-bianco:link {
		color: #FFFFFF;
		text-decoration: none;
}

a.link-bianco:visited {
		color: #FFFFFF;
		text-decoration: none;
}

a.link-bianco:hover {
		color: #CCCCCC;
		text-decoration: none;
}

.link-nero {

}

a.link-nero:link {
		color: #000000;
		text-decoration: none;
}

a.link-nero:visited {
		color: #000000;
		text-decoration: none;
}

a.link-nero:hover {
		color: #666666;
		text-decoration: underline;
}

.link-grigio {

}

a.link-grigio:link {
		color: #454545;
		text-decoration: none;
}

a.link-grigio:visited {
		color: #454545;
		text-decoration: none;
}

a.link-grigio:hover {
		color: #000000;
		text-decoration: underline;
}






















