@charset "utf-8";
/* CSS Document */

a:active { text-decoration: none; }
a:hover {
	text-decoration: none;
	color: #666666;
}
a:link {  text-decoration: none; }
a:visited {  text-decoration: none}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(immagini/wallbackground.jpg);
}
.Titoli {
	font-size: 20px;
	font-weight: bold;
	color: #6699cc;
	font-style: oblique;
}

.bordospesso {
	border: 2px solid #000000;
}
.linkpiccoli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
}
.titolobianco {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.titoloannuncio {
	font-size: 18px;
	font-weight: normal;
}
.corpoannuncio {
	font-size: 12px;
}
.linkgrossi {
	font-size: 20px;
	color: #6699CC;
	font-style: italic;
}
