/*
**   StyleSheet for Agriturismo
**  written by A.Susnik, Apr. 1998
**
**  td = testo normale (font Comic)
**  td.home = testo font Arial
**  h1 = titolo
**  h2 = 2 titolo
**  h3 = barra (links principali pagine)
**  h4 = barra (links principali della home), indirizzo
**  h5 = titolo home "assessorato....."
**  em = barra (seconda riga links principali)
**  u = barra (seconda riga links principali)posizionato centrato
**  strong =grassetto per link (colore rosso)
**  b =grassetto non link
*/

<style type="text/css">

body {
 text-decoration:   none;
 }

a:link, a:visited {
text-decoration: none;
color:   #000066;
}

a:active {
text-decoration: none;
color:   #800000;
}


h1 { 
 font-weight: bold;
 text-align:left;
 font-size: 13px;
 color:#000000;
}


h2 { 
 font-weight: lighter;
 font-size:   18px;
}

h3 { 
 font-weight: lighter;
 font-size:   13px;
 text-align:  left;
 line-height: 11px;
}

h4 { 
 font-weight: normal;
 font-size:   15px;
 line-height: 15px;
}

h5 { 
 font-style:  italic;
 font-weight: lighter;
 font-size:   13px;
 text-align:  center;

}
  

b {
 font-weight: bold;
}

strong {
 
 font-weight: bold;
 font-size:   15px;
 color:   #700000;
}

td, p  {
 
 font-family: Verdana, Arial, serif;
 font-weight: lighter;
 font-size:   13px;
 
}

td.home { 
 font-family: Verdana, Arial, serif;
 font-weight: lighter;
 
}

em {
 color:   #004000;
 text-align:  right;
}

u {
 text-decoration: none;
 text-align:  center;
}

i {
 text-decoration: none;
 text-align:  center;
  font-size:   16px;
}

.visited_link a:link{
	text-decoration: underline;
	color:   #000066;
}

.visited_link a:visited
{
	text-decoration: underline;
	color:	#000066;
} 

.visited_link a:active {
	text-decoration: none;
	color:   #800000;
}

.visited_link a:hover {
	text-decoration: none;
	color:   #800000;
}

.visited_link strong {
 font-weight: bold;
 font-size:   15px;
 color:   #000066;
}

</style>

