@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:white; /* sfondo, di default bianco */
}

h1 {
	background-color: #eeeeee;
	font-size: 12px;
	color: #000033;
	margin: 0px;
	padding: 0x;
}

p {
	margin-top: 2px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h3 a {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #0066FF;
}

td {
	border: 0px solid #eeeeee;
}

table {
	border: 1px solid #eeeeee;
}

h2 {
	margin: 0px;
	padding: 0px;
}
/*
 * BLOCCO COLORI
 */
.h2news {
	border-bottom: 1px solid #FFCC33; /* colore sottolineatura news */
	font-size: 10px;
	font-weight: bold;
	color: #666666; /* colore testo news */
}

.h2offerta {
	border-bottom: 1px solid red; /* colore sottolineatura offerta */
	font-size: 10px;
	font-weight: bold;
	color: #666666; /* colore testo offerta */
}

.h2appartamento {
	border-bottom: 1px solid #66CC66; /* colore sottolineatura appartamento */
	font-size: 10px;
	font-weight: bold;
	color: #666666; /* colore testo appartamento */
}

.h2struttura {
	border-bottom: 1px solid #0066FF; /* colore sottolineatura struttura */
	font-size: 10px;
	font-weight: bold;
	color: #666666; /* colore testo struttura */
}

a {
	text-decoration: none;
}