body, html {
	background:  url(imgs/background.jpg) 0 0 repeat-x;
	background-color: #cccccc
}
.text-bianco {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text-bianco:hover {
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underscore;
}
.text-top {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.text-blu {
	font-family: Arial;
	font-size: 12px;
	color: #113268;
	font-weight: bold;
	text-decoration: none;
}

.text-blu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #b30028;
	text-decoration: none;
}
.text-grigio {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.text-grigio:hover {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.text-leggi {
	font-family: Arial;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
.text-leggi:hover {
	font-family: Arial;
	font-size: 12px;
	color: #b30028;
	text-decoration: none;
}
.text-rosso {
	font-family: Arial;
	font-size: 13px;
	color:  #660000;
	text-decoration: none;
}.bordobianco {
	border: 2px solid #FFFFFF;
}
