﻿/* IMPOSTAZIONE LINK */
a {	
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
/* PUNTI ELENCO */
.ul{
	list-style-type: square;
	list-style-position: inherit;
	margin-left: 15px;
}
/* TXT BIANCO FONDO BLU LEFT */
.txtwhite{
	background-color: #0060AF;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}
/* TXT BIANCO FONDO NERO LEFT */
.txtwhiteBlack{
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	line-height: 15px;
}
/* TXT BIANCO  FONDO NERO RIGHT */
.textGo {
	font-size: 9px;
	font-weight: bold;
	text-align: right;}
