
body {
background: #FFFFFF; 
}


h1 {color: #505050; font: 20px arial, times new roman; text-align: center;} /*titoli di pagina*/
h2 {color: #967D96; font: 10px arial, times new roman; text-align: center;} /*sottotitoli di pagina*/
h3 {color: #369507; font: 10px arial, times new roman; text-align: center;}/*commenti di pagina*/
h4 {color: #000000; font: 12px arial, times new roman; text-align: justify;}/*testo di pagina*/
h5 {color: #505050; font: 15px arial, times new roman; text-align: left;} /*titoli di colonna laterale*/

.evidenza {
	color: #369507; 
	font: 12px arial, times new roman;
	font-weight: bold;
}/*parole in evidenza*/}


a {color: #7F6464; font: 12px arial, times new roman; text-decoration: none;}


#top{
	background: url(images/testata.jpg) top left no-repeat
	width: 1024px;
	height: 325px;
}

#base{
	background: url(images/piedipagina.jpg) bottom left no-repeat
	width: 1024px;
	height: 70px;
}

#colonnasx{
	background-color: #EBEBEB;
}

#colonnadx{
	background-color: #EBEBEB;
}

#menu a{
	text-decoration: none;
	font: 16px;
}
#menu td{
	width: 140px;
	height: 50px;
	margin-left: 50%;
	background: url(images/menu.jpg) no-repeat;
}

#barra{
	background: url(images/barra.jpg);
	background-repeat: repeat-x
	width: 2px;
	height: 2px;
}

#pulsante a{
	text-decoration: none;
	font: 12px;
	color: #000000
}
#pulsante td{
	width: 120px;
	height: 50px;
	background: url(images/pulsante.jpg) no-repeat;
}

.pubblicita_titolo{
	color: #505050; 
	font: 18px arial, times new roman;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}

.pubblicita_indirizzo{
	color: #000000; 
	font: 12px arial, times new roman;
	text-align: left;
	font-style: italic;
}

.pubblicita_citta{
	color: #000000; 
	font: 12px arial, times new roman;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}