@charset "utf-8";
a {
	font-weight: bold;
	color: #9DBFE2;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #9DBFE2;
	text-decoration:underline;
}

.a1 {
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
.a1:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
}

.nero {
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/sfondo.jpg);
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.grande{
	font-size:13px;
	text-align:justify
}.colorato {
	color: #BDEAFF;
}
